Skip to main content
All docs
V26.1
  • ITreeList.VirtualScrollingEnabled Property

    Specifies whether virtual scrolling is enabled.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Grid.v26.1.dll

    Declaration

    [DefaultValue(false)]
    bool VirtualScrollingEnabled { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true to enable virtual scrolling; otherwise, false.

    Remarks

    Refer to the VirtualScrollingEnabled property description for additional information and an example.

    See Also