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