React Hookers - v6.3.0
    Preparing search index...

    Interface VirtualizerScrollToIndexOptions

    Options of the Virtualizer.scrollToIndex method.

    interface VirtualizerScrollToIndexOptions {
        scrollPaddingStart?: number;
    }
    Index

    Properties

    scrollPaddingStart?: number

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

    0