Class GridNestedAxisLayout
Defines the ways of nesting a grid inside another grid.
Inheritance
System.Object
GridNestedAxisLayout
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridNestedAxisLayout : Enum
Fields
Nested
Rows and columns are nested inside a single row or column in parent grid.
Declaration
public const GridNestedAxisLayout Nested
Field Value
Type |
---|
GridNestedAxisLayout |
Normal
Maintain own sizes, independent of parent grid.
Declaration
public const GridNestedAxisLayout Normal
Field Value
Type |
---|
GridNestedAxisLayout |
Shared
Share row or column sizes with parent grid.
Declaration
public const GridNestedAxisLayout Shared
Field Value
Type |
---|
GridNestedAxisLayout |