Enum GridNestedAxisLayout
Defines the ways of nesting a grid inside another grid.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public enum GridNestedAxisLayout
Fields
| Name | Description |
|---|---|
| Nested | Rows and columns are nested inside a single row or column in parent grid. |
| Normal | Maintain own sizes, independent of parent grid. |
| Shared | Share row or column sizes with parent grid. |