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