Virtualize<TItem>.OverscanCount Property

Definition

Gets or sets a value that determines how many additional items will be rendered before and after the visible region. This help to reduce the frequency of rendering during scrolling. However, higher values mean that more elements will be present in the page.

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

Property Value

Attributes

Applies to