DataControlBase.VirtualizingCacheWidth Property
In This Article
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. |
#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