3 references to ScrollToItemAsync
Microsoft.AspNetCore.Components.Web (3)
Virtualization\Virtualize.cs (3)
207/// to scroll programmatically at any later point, call <see cref="ScrollToItemAsync(int, CancellationToken)"/>. 235/// Each call cancels any previously-running <see cref="ScrollToItemAsync(int, CancellationToken)"/> (last call wins). 502await ScrollToItemAsync(InitialItemIndex);