The members of System.Windows.Forms.TableLayoutSettings are listed below.
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. |
GetCellPosition(object)
| ||
GetColumn(object)
| ||
GetColumnSpan(object)
| ||
GetRow(object)
| ||
GetRowSpan(object)
| ||
SetCellPosition(object, TableLayoutPanelCellPosition)
| ||
SetColumn(object, int)
| ||
SetColumnSpan(object, int)
| ||
SetRow(object, int)
| ||
SetRowSpan(object, int)
|