svelte-virtual-list
svelte-virtual-list copied to clipboard
Expose the view port scroll event
I am implementing a grid using the virtual list.
Case:
The width of the container is fixed but the user can resize column widths making the inner content horizontally scrollable. To keep the header in sync with the content I want to get the scrollLeft
value.
Current Behavior:
VirutalList
does not expose the scroll event of svelte-virtual-list-viewport
.
Expected Behavior: Scroll event should be exposed.