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.");
444
if (!_initialScrollApplied &&
InitialItemIndex
> 0)
446
MoveWindowToContain(
InitialItemIndex
);
502
if (
InitialItemIndex
> 0)
505
await ScrollToItemAsync(
InitialItemIndex
);
637
if (!_initialScrollApplied &&
InitialItemIndex
> 0)