4 references to ScrollToItemAsync
Microsoft.AspNetCore.Components.QuickGrid (1)
QuickGrid.razor.cs (1)
511return _virtualizeComponent.ScrollToItemAsync(itemIndex, cancellationToken);
Microsoft.AspNetCore.Components.Web (3)
Virtualization\Virtualize.cs (3)
206/// to scroll programmatically at any later point, call <see cref="ScrollToItemAsync(int, CancellationToken)"/>. 234/// Each call cancels any previously-running <see cref="ScrollToItemAsync(int, CancellationToken)"/> (last call wins). 512await ScrollToItemAsync(InitialItemIndex);