IModelOptionsBlazor.VirtualScrollingEnabled Property
Specifies whether virtual scrolling is enabled for all List Views in the Blazor application. When enabled, the List Editors load records as the user scrolls (instead of traditional pagination).
Namespace: DevExpress.ExpressApp.Blazor.SystemModule
Assembly: DevExpress.ExpressApp.Blazor.v26.1.dll
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | false |
|
Remarks
To enable or disable virtual scrolling globally, do the following:
- Open the Model Editor for the SolutionName.Blazor.Server\Model.xafml file.
- Navigate to the required List View node: SolutionName | Options.
- Specify the
VirtualScrollingEnabledproperty.

To control virtual scrolling availability for individual List Views, use the IModelListViewBlazor.VirtualScrollingEnabled property.
See Also