7 references to InitialItemIndex
Microsoft.AspNetCore.Components.QuickGrid (1)
_generated\2\QuickGrid_razor.g.cs (1)
289
InitialItemIndex
Microsoft.AspNetCore.Components.Web (6)
Virtualization\Virtualize.cs (6)
249
$"Use the {nameof(
InitialItemIndex
)} parameter to set the initial scroll position.");
440
if (!_initialScrollApplied &&
InitialItemIndex
> 0)
442
MoveWindowToContain(
InitialItemIndex
);
509
if (
InitialItemIndex
> 0)
512
await ScrollToItemAsync(
InitialItemIndex
);
644
if (!_initialScrollApplied &&
InitialItemIndex
> 0)