Skip to main content
A newer version of this page is available. .

ScrollAnimationMode Enum

Lists per-pixel scrolling modes.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

public enum ScrollAnimationMode

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