[]
        
(Showing Draft Content)

C1.Blazor.ListView.C1ListView-1.ScrollIntoViewAsync

ScrollIntoViewAsync Method

ScrollIntoViewAsync(int)

Scrolls the list to the specified index.

Declaration
public Task ScrollIntoViewAsync(int index)
Public Function ScrollIntoViewAsync(index As Integer) As Task
Parameters
Type Name Description
int index

The range that will enter into view.

Returns
Type Description
Task