TreeListView.ScrollAnimationMode Property
Gets or sets the per-pixel scrolling mode. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Scroll |
A Scroll |
#Remarks
To provide a visual effect, per-pixel scrolling includes the ScrollAnimationMode and TreeListView.ScrollAnimationDuration properties. The first property specifies the scrolling mode, the second property specifies the animation length.
The following modes are available:
Ease Out
Starts quickly and then decelerates.
Ease In/Out
Starts slowly, accelerates and then decelerates.
Linear
Moves smoothly.
Custom
Handle the TreeListView.CustomScrollAnimation event, to provide a custom animation effect.