Skip to main content

Interface: GroupedVirtuosoHandle

Methods

scrollToIndex

scrollToIndex(location): void

Parameters

NameType
locationnumber | IndexLocationWithAlign

Returns

void


scrollIntoView

scrollIntoView(location): void

Parameters

NameType
locationnumber | ScrollIntoViewLocation

Returns

void


scrollTo

scrollTo(location): void

Parameters

NameType
locationScrollToOptions

Returns

void


scrollBy

scrollBy(location): void

Parameters

NameType
locationScrollToOptions

Returns

void


autoscrollToBottom

autoscrollToBottom(): void

Returns

void


getState

getState(stateCb): void

Obtains the internal size state of the component, so that it can be restored later. This does not include the data items.

Parameters

NameType
stateCbStateCallback

Returns

void