Interface VirtualizerScrollToOptions

Options of the Virtualizer.scrollTo method.

interface VirtualizerScrollToOptions {
    scrollPaddingStart?: number;
}

Properties

scrollPaddingStart?: number

A padding to apply to the start of a container in pixels when scrolling to an item.

0