svelte-virtual-list icon indicating copy to clipboard operation
svelte-virtual-list copied to clipboard

Expose the view port scroll event

Open osamamaruf opened this issue 4 years ago • 0 comments

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.

osamamaruf avatar Mar 24 '20 14:03 osamamaruf