DataControlBase.VirtualizingCacheHeight Property
Gets or sets the height of buffer areas above and below the visible area of the grid to be rendered.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Double | A Double value that is the height of the buffer area (in pixels). |
Remarks
By default, the grid renders only those rows that are visible onscreen. Each time the grid is vertically scrolled, it loads the missing rows. This operation is not instantaneous and can be visually detectable. Use the VirtualizingCacheHeight property to set the height of buffer areas above and below the visible area to improve scrolling performance.
To learn more, see Data Scrolling Overview.
See Also