ScrollAnimationMode Enum
In This Article
Lists per-pixel scrolling modes.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Members
Name | Description |
---|---|
Ease
|
Starts quickly and then decelerates. |
Linear
|
Moves smoothly. |
Ease
|
Starts slowly, accelerates and then decelerates. |
Custom
|
A custom animation effect implemented within the Table |
#Related API Members
The following properties accept/return ScrollAnimationMode values:
#Remarks
The values listed by this enumeration are used to set the TableView.ScrollAnimationMode and TreeListView.ScrollAnimationMode properties. To learn more, see Per-Pixel Scrolling.
See Also