DataControlBase.VirtualizingCacheWidth Property
Gets or sets the width of buffer areas above and below the visible area of the grid to be rendered. This is a dependency property.
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 System.Double value that is the width of the buffer area (in pixels). |
Remarks
By default, the grid renders only those columns that are visible onscreen. Each time the grid is horizontally scrolled, it loads the missing columns. This operation is not instantaneous and can be visually detectable. Use the VirtualizingCacheWidth property to set the width of buffer areas to the left and right side of the visible area to improve scrolling performance.
See Also