T
TanStack2y ago
adverse-sapphire

Window Virtualizer dynamic item sizes and scroll jitter

So I'm using svelte with each item in the list being dynamiclly sized with pictures loaded from the web, and videos. The main issue I'm facing rn is that i can't scroll past a certain point where it just jitters and the scroll stays there, how do I deal with this?
2 Replies
optimistic-gold
optimistic-gold2y ago
What does your virtualizer look like?
adverse-sapphire
adverse-sapphireOP2y ago
I changed from window virtualizer to the regular one, and made each item have fixed height if there are any images or videos, that solved my problem

Did you find this page helpful?