Class GridSplitterOrientation
Specifies the orientation of the SfGridSplitter layout.
Inheritance
System.Object
GridSplitterOrientation
Namespace: Syncfusion.Maui.Toolkit.GridSplitter
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class GridSplitterOrientation : Enum
Fields
Horizontal
Panes are arranged side-by-side, left-to-right (column-style). Separators are vertical lines. Resizing changes the widths of adjacent panes. This is the default and the layout shown in the reference UI.
Declaration
public const GridSplitterOrientation Horizontal
Field Value
| Type |
|---|
| GridSplitterOrientation |
Vertical
Panes are stacked top-to-bottom (row-style). Separators are horizontal lines. Resizing changes the heights of adjacent panes.
Declaration
public const GridSplitterOrientation Vertical
Field Value
| Type |
|---|
| GridSplitterOrientation |