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

CardView.ScrollMode Property

Gets or sets whether per-pixel scrolling is enabled. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public ScrollMode ScrollMode { get; set; }

Property Value

Type Description
ScrollMode

A CardView.ScrollMode enumeration value.

Available values:

Name Description
Item

The scrolling is performed card by card.

Pixel

The scrolling is performed pixel by pixel.

Remarks

To learn more, see Per-Pixel Scrolling.

See Also