Back to Devexpress

CardView.ScrollMode Property

wpf-devexpress-dot-xpf-dot-grid-dot-cardview-e6db4063.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ScrollMode ScrollMode { get; set; }
vb
Public Property ScrollMode As ScrollMode

Property Value

TypeDescription
ScrollMode

A CardView.ScrollMode enumeration value.

|

Available values:

NameDescription
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

CardView Class

CardView Members

DevExpress.Xpf.Grid Namespace