VirtualList组件支持itemSize 可变高度? #13088
-
这个特性解决了什么问题?希望VirtualList支持 列表节点可变高度 这个 API 长什么样?itemSize支持函数,来动态的设置列表节点高度 |
Beta Was this translation helpful? Give feedback.
Answered by
ZakaryCode
Jan 5, 2023
Replies: 2 comments
-
这是一个已支持的特性,3.6 版本以下,在 React 项目可以通过 unlimitedSize 使用节点真实高度; v3.6+ 可以在 React、Vue 项目中使用 unlimitedSize 或者传入函数 itemSize 动态设置。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ZakaryCode
-
设置了unlimitedSize, 并不起作用。而且动态设置itemSize的函数有个Bug。index = 1抓不到。index = 2以上才能捕捉到。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这是一个已支持的特性,3.6 版本以下,在 React 项目可以通过 unlimitedSize 使用节点真实高度; v3.6+ 可以在 React、Vue 项目中使用 unlimitedSize 或者传入函数 itemSize 动态设置。