We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在虚拟列表模式下,ListItem 开启自适应尺寸,使用scrollTo滚动到指定项会导致滚动内容出现错乱。
ListItem 高度不同(所以才开启了自适应尺寸)。 使用 scrollTo(id) 后能滚动到指定位置,但可能会出现 item 丢失的情况(没正常显示)。 使用 updateAll() 可以使得显示变成正常,但滚动时却不正常(滚动的位置上下跳,不能正常滚动)。
The text was updated successfully, but these errors were encountered:
请问你有解决吗
Sorry, something went wrong.
No branches or pull requests
在虚拟列表模式下,ListItem 开启自适应尺寸,使用scrollTo滚动到指定项会导致滚动内容出现错乱。
ListItem 高度不同(所以才开启了自适应尺寸)。
使用 scrollTo(id) 后能滚动到指定位置,但可能会出现 item 丢失的情况(没正常显示)。
使用 updateAll() 可以使得显示变成正常,但滚动时却不正常(滚动的位置上下跳,不能正常滚动)。
The text was updated successfully, but these errors were encountered: