-
-
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.1.4] VVirtualScroll is not adjusting scroll for newly added items #16725
Comments
Any particular reason you're using |
@KaelWD we want to keep Not sure if the |
By default it's automatically calculated from the container height and item height. If you set it too low you'll get flickering an other problems, it was actually supposed to be removed in #16495
It isn't really, it's just slightly less broken without it |
@KaelWD I am getting a flickering issue when I scroll to the bottom if I remove Is it compulsory to pass height to |
That's a separate bug, never tested with so few items.
No, you can see in that example it's filling the sheet. |
Environment
Vuetify Version: 3.1.4
Vue Version: 3.2.45
Browsers: Chrome 109.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
As you can see in the reproduction playground link. Initially, I am having 10 items for virtual scroll and adding 5 new items after every 5 seconds.
Once new items are added, the scroll is not adjusted automatically until you scroll to the top (at least a item)
Expected Behavior
Scroll should adjust automatically based on the number of items without scrolling to top/bottom
Actual Behavior
Scroll is not adjusting until user scrolls to top (at least a item)
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: