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

ScrollMode Enum

Lists values that specify the scrolling mode for CardView.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.dll

Declaration

public enum ScrollMode

Members

Name Description
Item

The scrolling is performed card by card.

Pixel

The scrolling is performed pixel by pixel.

Related API Members

The following properties accept/return ScrollMode values:

Remarks

The values listed by this enumeration are used to set the CardView.ScrollMode property’s value.

See Also