6 references to InitialIndex
Microsoft.AspNetCore.Components.Web (6)
Virtualization\Virtualize.cs (6)
250$"Use the {nameof(InitialIndex)} parameter to set the initial scroll position."); 441if (!_initialScrollApplied && InitialIndex > 0) 443MoveWindowToContain(InitialIndex); 499if (InitialIndex > 0) 502await ScrollToIndexAsync(InitialIndex); 638if (!_initialScrollApplied && InitialIndex > 0)