Enum AutoScrollOrientation
Defines the constants that specify the orientation for auto scrolling.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum AutoScrollOrientation
Fields
| Name | Description |
|---|---|
| Both | Both horizontal and vertical orientation for auto scrolling. |
| Horizontal | Only horizontal orientation for auto scrolling. |
| None | No orientation for auto scrolling. |
| Vertical | Only vertical orientation for auto scrolling. |