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

プロパティ値

属性

適用対象