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

TileViewOptionsBehavior.AllowSmoothScrolling Property

Gets or sets whether smooth scrolling (when using the mouse wheel) is enabled.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

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
.OptionsBehavior.AllowSmoothScrolling

Remarks

By default, tiles are scrolled without animation. Set the AllowSmoothScrolling property to true to scroll tiles with a smooth animation effect.

See Also