ScrollAnimationMode Enum
In This Article
Lists per-pixel scrolling modes.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#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 |
#Passed To
You can pass ScrollAnimationMode values to the following properies:
#Remarks
The values listed by this enumeration are used to set the TableView.ScrollAnimationMode and TreeListView.ScrollAnimationMode properties. To learn more, see Per-Pixel Vertical Scrolling.
See Also