The properties of System.Windows.Forms.TableLayoutSettings are listed below. For a list of all members, see the TableLayoutSettings Members list.
See Also: Inherited members from System.Windows.Forms.LayoutSettings
ColumnCount | int.
Gets or sets the maximum number of columns allowed in the table layout. | |
[read-only] | ColumnStyles | TableLayoutColumnStyleCollection.
Gets the collection of styles used to determine the look and feel of the table layout columns. |
GrowStyle | TableLayoutPanelGrowStyle.
Gets or sets a value indicating how the table layout should expand to accommodate new cells when all existing cells are occupied. | |
[read-only] override | LayoutEngine | System.Windows.Forms.Layout.LayoutEngine.
Gets the current table layout engine. |
RowCount | int.
Gets or sets the maximum number of rows allowed in the table layout. | |
[read-only] | RowStyles | TableLayoutRowStyleCollection.
Gets the collection of styles used to determine the look and feel of the table layout rows. |