6 references to Virtualize
Microsoft.AspNetCore.Components.QuickGrid (6)
QuickGrid.razor.cs (5)
59/// If you use <see cref="Virtualize"/>, you should supply a value for <see cref="ItemSize"/> and must 62/// Generally it's preferable not to use <see cref="Virtualize"/> if the amount of data being rendered 68/// This is applicable only when using <see cref="Virtualize"/>. It defines how many additional items will be rendered 76/// This is applicable only when using <see cref="Virtualize"/>. It defines an expected height in pixels for 425if (_firstRefreshDataAsync && Virtualize)
QuickGrid_razor.g.cs (1)
236if (Virtualize)