WinExplorerViewOptionsBehavior.EnableSmoothScrolling Property
Gets or sets whether smooth scrolling is enabled.
Namespace: DevExpress.XtraGrid.WinExplorer
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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 |
|
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