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