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