QuickGrid<TGridItem>.OverscanCount 属性

定义

这仅适用于使用 Virtualize。 它定义在可见区域前后呈现的附加项数,以减少滚动期间的呈现频率。 虽然较高的值可以通过在屏幕外呈现更多项来提高滚动平滑度,但它们还可以增加初始加载时间。 建议根据数据集大小和用户体验要求查找平衡。 默认值为 3。

[Microsoft.AspNetCore.Components.Parameter]
public int OverscanCount { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.OverscanCount : int with get, set
Public Property OverscanCount As Integer

属性值

属性

适用于