OptionsTableLayoutGroup Properties
Provides options and methods to customize a table layout enabled for a LayoutGroup.| Name | Description |
|---|---|
| AutoSizeDefaultDefinitionLength | Gets or sets the default size for empty rows/columns of the SizeType.AutoSize type in table layout mode. |
| ColumnCount | Returns the number of columns within the table layout. |
| ColumnDefinitions | Provides access to columns of the table layout. |
| RowCount | Returns the number of rows within the table layout. |
| RowDefinitions | Provides access to rows of the table layout. |
| ShrinkEmptyAutoSizeDefinition | Gets or sets whether to automatically minimize empty rows/columns whose SizeType property is set to AutoSize. |
See Also