Back to Devexpress

ScrollMode Enum

wpf-devexpress-dot-xpf-dot-grid-7b2a93a6.md

latest1.1 KB
Original Source

ScrollMode Enum

Lists values that specify the scrolling mode for CardView.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public enum ScrollMode
vb
Public Enum ScrollMode

Members

NameDescription
Item

The scrolling is performed card by card.

| | Pixel |

The scrolling is performed pixel by pixel.

|

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

DevExpress.Xpf.Grid Namespace