Returns an estimated item size, in pixels, along the scroll axis, or the most recently measured item size if the item has been rendered before.
The item index.
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 the virtualizer to the item with the given index.
The item index.
Optionaloptions: VirtualizerScrollToIndexOptionsScroll options.
Scrolls the virtualizer to an absolute position.
Note: Scroll position precision is not guaranteed if estimateTotalSize is greater than NumberConstructor.MAX_SAFE_INTEGER.
The scroll position, in pixels.
A value returned from the useVirtualizer hook.