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

Inject `scrollRef` to obtain the width of the scrollbar #444

Closed tanshio closed 6 months ago

tanshio commented 6 months ago

I want to inject scrollRef to obtain the width of the scrollbar.

Currently, in the VLlist, we can get the viewport size, but there is no method to get the size of the scrollbar.

I want to inject scrollRef to use ResizeObserver to obtain the size of the scrollbar.

I will submit a PR.