Skip to main content

ScrollAnimationMode Enum

Lists per-pixel scrolling modes.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v21.1.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