Virtualize<TItem>.OverscanCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,決定在可見區域前後要轉譯多少其他專案。 這有助於減少捲動期間轉譯的頻率。 不過,較高的值表示頁面上會出現更多元素。
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
屬性值
- 屬性