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.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
| Type | Description |
|---|---|
| ScrollMode | A |
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