Skip to main content

WinExplorerViewOptionsBehavior.UseOptimizedScrolling Property

Gets or sets whether optimized scrolling mechanics should be used within this WinExplorer View.

Namespace: DevExpress.XtraGrid.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool UseOptimizedScrolling { get; set; }

Property Value

Type Default Description
Boolean true

true if optimized scrolling mechanics should be used within this WinExplorer View; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseOptimizedScrolling
WinExplorerView
.OptionsBehavior .UseOptimizedScrolling

Remarks

Setting the UseOptimizedScrolling property to true allows you to scroll items faster, but rarely, it can cause display issues and artifacts. If this happens, set the UseOptimizedScrolling property to false.

See Also