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 |
|
Remarks
Refer to the VirtualScrollingEnabled property description for additional information and an example.
See Also