Customizable Virtual Scrolling Component

Allows user to scroll over a virtual area scrollHeight x scrollWidth pixels. Use onScroll to track scroll state and VirtualContentRender to render scroll state specific content into the viewport

Accepts props defined by VirtualScrollProps. Refs are forwarded to VirtualScrollProxy.

Properties

$$typeof: symbol
defaultProps?: Partial<VirtualScrollProps & RefAttributes<VirtualScrollProxy>>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<
    VirtualScrollProps & RefAttributes<VirtualScrollProxy>,
>