Interface: GroupedVirtuosoHandle
Methods
scrollToIndex
▸ scrollToIndex(location
): void
Parameters
Name | Type |
---|---|
location | number | IndexLocationWithAlign |
Returns
void
scrollIntoView
▸ scrollIntoView(location
): void
Parameters
Name | Type |
---|---|
location | number | ScrollIntoViewLocation |
Returns
void
scrollTo
▸ scrollTo(location
): void
Parameters
Name | Type |
---|---|
location | ScrollToOptions |
Returns
void
scrollBy
▸ scrollBy(location
): void
Parameters
Name | Type |
---|---|
location | ScrollToOptions |
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
Name | Type |
---|---|
stateCb | StateCallback |
Returns
void