inokawa / virtua

A zero-config, fast and small (~3kB) virtual list (and grid) component for React, Vue, Solid and Svelte.
https://inokawa.github.io/virtua/
MIT License
1.35k stars 49 forks source link

Support imperative scrolling with 2 or more WindowVirtualizer #555

Open inokawa opened 1 week ago

inokawa commented 1 week ago
          2 or more WindowScrollers in one view will not work as expected in some situations. We have to find some workaround.

https://github.com/inokawa/virtua/blob/ccd002e2c879b6f9f124d6b4b3c7b9ade252194f/src/core/scroller.ts#L413

Originally posted by @inokawa in https://github.com/inokawa/virtua/issues/495#issuecomment-2304717886