-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
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
[Bug Report][3.7.7] Scrolling Offset Issue in virtual-scroller #20916
Comments
You have set |
Hello @KaelWD That's impressive! I followed your method and resolved the issue in the test code. However, when I applied it to a real-world scenario, it still didn't work as expected. The data source ( If I don't set the If I set it to 125, the scrolling still lags (reverting to the original issue). Do you have any other suggestions to address this? Looking forward to your response. |
Maybe limit displayed items to couple hundred? Unless your end-users are robots, they won't comprehend that amount of data. The only other option I see would be to redesign items, so they would not change height depending on their state. |
Thank you for your response. I will redesigning to ensure all items have a uniform height, which should resolve this issue. |
Environment
Vuetify Version: 3.7.7
Vue Version: 3.5.13
Browsers: Chrome 133.0.0.0
OS: Windows 10
Steps to reproduce
When I dynamically update the data source, virtual scrolling experiences an offset at the end of the scroll. Please refer to the attached mp4. How should I fix this? Looking forward to your response. Thank you.
Expected Behavior
It should have a smooth animation transition.
Actual Behavior
have not animation transition.
Reproduction Link
https://play.vuetifyjs.com/#...
vuefity.mp4
The text was updated successfully, but these errors were encountered: