OptionalcontainerA reference to a scrollable container element. If omitted, the window is used as the container.
The index of the last item (exclusive).
OptionalestimateAn estimated average item size, in pixels, along the scroll axis, or a callback that returns an estimated size for a given item index.
OptionalisIf true, horizontal scroll events are interpreted as in an RTL environment.
By default, RTL is derived from the container.
A handler that is called when the container is scrolled.
Info about the current virtualizer state. This object is reused between handler invocations.
OptionalorientationThe orientation of the scroll axis.
OptionaloverscanThe minimum number of pixels that should be rendered offscreen before and after the visible range. Additional items are rendered to satisfy this size.
OptionalpaddingPadding, in pixels, to apply to the start of the container.
The index of the first item (inclusive).
Props of the useVirtualizer hook.