다음을 통해 공유


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

속성 값

특성

적용 대상