Enum GridOrientation
Specifies which scroll bars will be visible on a control.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public enum GridOrientation
Fields
| Name | Description |
|---|---|
| Both | Both horizontal and vertical scroll bars are shown. |
| Horizontal | Only horizontal scroll bars are shown. |
| None | No scroll bars are shown. |
| Vertical | Only vertical scroll bars are shown. |