Skip to main content
A newer version of this page is available. .

WinExplorerViewOptionsBehavior.EnableSmoothScrolling Property

Gets or sets whether smooth scrolling is enabled.

Namespace: DevExpress.XtraGrid.WinExplorer

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if smooth scrolling is enabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableSmoothScrolling
WinExplorerView
.OptionsBehavior.EnableSmoothScrolling

Remarks

When you scroll via keyboard arrows, you can enable smooth scrolling to scroll slightly to items which are not currently visible. If the EnableSmoothScrolling property equals false, an item that has to be displayed will appear more quickly, but without a smooth animation effect.

See Also