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