ScrollAnimationMode Enum
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 |
---|---|
EaseOut
|
Starts quickly and then decelerates. |
Linear
|
Moves smoothly. |
EaseInOut
|
Starts slowly, accelerates and then decelerates. |
Custom
|
A custom animation effect. |
See Also