ScrollAnimationMode Enum
In This Article
Lists per-pixel scrolling modes.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#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. |
See Also