12 references to Virtualize
Microsoft.AspNetCore.Components.QuickGrid (12)
_generated\2\QuickGrid_razor.g.cs (1)
236if (Virtualize)
QuickGrid.razor.cs (11)
62/// If you use <see cref="Virtualize"/>, you should supply a value for <see cref="ItemSize"/> and must 65/// Generally it's preferable not to use <see cref="Virtualize"/> if the amount of data being rendered 71/// This is applicable only when using <see cref="Virtualize"/>. It defines how many additional items will be rendered 79/// This is applicable only when using <see cref="Virtualize"/>. It defines an expected height in pixels for 86/// This is applicable only when using <see cref="Virtualize"/>. Gets or sets the zero-based index of the 110/// This only has an effect when <see cref="Virtualize"/> is <see langword="true"/>. For reliable anchoring 129/// This only has an effect when <see cref="Virtualize"/> is <see langword="true"/>. 493/// scrollable area. Only has an effect when <see cref="Virtualize"/> is <see langword="true"/>. 505if (!Virtualize || _virtualizeComponent is null) 508$"{nameof(ScrollToItemAsync)} can only be used when {nameof(Virtualize)} is enabled and the grid has been rendered."); 519if (_firstRefreshDataAsync && Virtualize)