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.");
441
if (!_initialScrollApplied &&
InitialItemIndex
> 0)
443
MoveWindowToContain(
InitialItemIndex
);
499
if (
InitialItemIndex
> 0)
502
await ScrollToItemAsync(
InitialItemIndex
);
634
if (!_initialScrollApplied &&
InitialItemIndex
> 0)