共用方式為


Virtualize<TItem>.OverscanCount 屬性

定義

取得或設定值,決定在可見區域前後要轉譯多少其他專案。 這有助於減少捲動期間轉譯的頻率。 不過,較高的值表示頁面上會出現更多元素。

public:
 property int OverscanCount { int get(); void set(int value); };
[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

屬性值

屬性

適用於