Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

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