6 references to InitialItemIndex
Microsoft.AspNetCore.Components.Web (6)
Virtualization\Virtualize.cs (6)
253$"Use the {nameof(InitialItemIndex)} parameter to set the initial scroll position."); 444if (!_initialScrollApplied && InitialItemIndex > 0) 446MoveWindowToContain(InitialItemIndex); 502if (InitialItemIndex > 0) 505await ScrollToItemAsync(InitialItemIndex); 637if (!_initialScrollApplied && InitialItemIndex > 0)