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 47 forks source link

Add `getItemSize` to `VirtualizerHandle` #539

Closed jackhodkinson closed 2 weeks ago

jackhodkinson commented 2 weeks ago

Exposing getItemSize to the VirtualizerHandle.

This will enable users to create their own scrollToIndex behavior as discussed in #538

inokawa commented 2 weeks ago

538