ScrollMode Enum
Lists values that specify the scrolling mode for CardView.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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