Skip to main content

Interface: GroupedVirtuosoHandle

Methods

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

stateCb

StateCallback

Returns

void


scrollBy()

scrollBy(location): void

Parameters

location

ScrollToOptions

Returns

void


scrollIntoView()

scrollIntoView(location): void

Parameters

location

number | ScrollIntoViewLocation

Returns

void


scrollTo()

scrollTo(location): void

Parameters

location

ScrollToOptions

Returns

void


scrollToIndex()

scrollToIndex(location): void

Parameters

location

number | IndexLocationWithAlign

Returns

void