TileViewOptionsBehavior.AllowSmoothScrolling Property
Gets or sets whether smooth scrolling (when using the mouse wheel) is enabled.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DefaultValue(false)]
[XtraSerializableProperty]
public bool AllowSmoothScrolling { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if smooth scrolling is enabled; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowSmoothScrolling |
---|---|
TileView |
|
Remarks
The default behavior is to scroll tiles without animation effects. Set the AllowSmoothScrolling property to true to scroll tiles with a smooth animation effect.
The AllowSmoothScrolling
property is not in effect when you scroll tiles within columns in Kanban mode.
See Also