Back to Devexpress

VGridOptionsBehavior.AllowAnimatedScrolling Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridoptionsbehavior-032194db.md

latest1.8 KB
Original Source

VGridOptionsBehavior.AllowAnimatedScrolling Property

Gets or sets whether an animation effect is used while scrolling vertically.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool AllowAnimatedScrolling { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property AllowAnimatedScrolling As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if an animation effect is used while scrolling vertically; false if vertical scrolling is discrete.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowAnimatedScrolling
VGridControlBase

.OptionsBehavior .AllowAnimatedScrolling

|

See Also

VGridOptionsBehavior Class

VGridOptionsBehavior Members

DevExpress.XtraVerticalGrid Namespace