The properties of System.Windows.Forms.TableLayoutPanel are listed below. For a list of all members, see the TableLayoutPanel Members list.
See Also: Inherited members from System.Windows.Forms.Panel
BorderStyle | BorderStyle.
Gets or sets the border style for the panel. | |
CellBorderStyle | TableLayoutPanelCellBorderStyle.
Gets or sets the style of the cell borders. | |
ColumnCount | int.
Gets or sets the number of columns in the table. | |
[read-only] | ColumnStyles | TableLayoutColumnStyleCollection.
Gets a collection of column styles for the System.Windows.Forms.TableLayoutPanel. |
[read-only] | Controls | TableLayoutControlCollection.
Gets the collection of controls contained within the System.Windows.Forms.TableLayoutPanel. |
GrowStyle | TableLayoutPanelGrowStyle.
Gets or sets a value indicating whether the System.Windows.Forms.TableLayoutPanel control should expand to accommodate new cells when all existing cells are occupied. | |
[read-only] override | LayoutEngine | System.Windows.Forms.Layout.LayoutEngine.
Gets a cached instance of the panel's layout engine. |
LayoutSettings | TableLayoutSettings.
Gets or sets a value representing the table layout settings. | |
RowCount | int.
Gets or sets the number of rows in the table. | |
[read-only] | RowStyles | TableLayoutRowStyleCollection.
Gets a collection of row styles for the System.Windows.Forms.TableLayoutPanel. |