Customizable Virtual Scrolling Component
Allows user to scroll over a virtual area scrollHeight x scrollWidth pixels. Use onScroll to track scroll state and innerRender to render scroll state specific content into the viewport
scrollHeight
scrollWidth
onScroll
innerRender
Accepts props defined by VirtualScrollProps. Refs are forwarded to VirtualScrollProxy.
Customizable Virtual Scrolling Component
Allows user to scroll over a virtual area
scrollHeight
xscrollWidth
pixels. UseonScroll
to track scroll state andinnerRender
to render scroll state specific content into the viewportAccepts props defined by VirtualScrollProps. Refs are forwarded to VirtualScrollProxy.