An array of items to render.
Note: Items in this array may be reused between re-renders.
Returns an estimated item size in pixels along the scroll axis, or the latest measured item size if item was previously rendered.
An index of an item.
Returns an estimated total size of the virtualized list in pixels along the scroll axis, based on the total number of items and an estimated average item size.
Scrolls virtualizer to an item with the given index.
An index of an item.
Optional
options: VirtualizerScrollToIndexOptionsScroll options.
Scrolls virtualizer to an absolute position.
Note: The precision of the scroll position isn't guaranteed if an estimateTotalSize is greater then NumberConstructor.MAX_SAFE_INTEGER.
A position in pixels to scroll to.
A value returned from the useVirtualizer hook.