共用方式為


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

屬性值

屬性

適用於