QuickGrid<TGridItem>.OverscanCount 속성

정의

이는 Virtualize사용하는 경우에만 적용됩니다. 스크롤하는 동안 렌더링 빈도를 줄이기 위해 표시되는 영역 전후에 렌더링할 추가 항목 수를 정의합니다. 값이 높을수록 화면에서 더 많은 항목을 렌더링하여 스크롤 부드러움을 향상시킬 수 있지만 초기 로드 시간을 늘릴 수도 있습니다. 데이터 세트 크기 및 사용자 환경 요구 사항에 따라 균형을 찾는 것이 좋습니다. 기본값은 3입니다.

[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

속성 값

특성

적용 대상