TableLayoutSettings Properties
.NET Framework 4.5
The TableLayoutSettings type exposes the following members.
| Name | Description | |
|---|---|---|
|
ColumnCount | Gets or sets the maximum number of columns allowed in the table layout. |
|
ColumnStyles | Gets the collection of styles used to determine the look and feel of the table layout columns. |
|
GrowStyle | Gets or sets a value indicating how the table layout should expand to accommodate new cells when all existing cells are occupied. |
|
LayoutEngine | Gets the current table layout engine. (Overrides LayoutSettings.LayoutEngine.) |
|
RowCount | Gets or sets the maximum number of rows allowed in the table layout. |
|
RowStyles | Gets the collection of styles used to determine the look and feel of the table layout rows. |