System.Windows.Forms.TableLayoutSettings Members

The members of System.Windows.Forms.TableLayoutSettings are listed below.

See Also: Inherited members from System.Windows.Forms.LayoutSettings

Public Properties

ColumnCountint.

Gets or sets the maximum number of columns allowed in the table layout.

[read-only]
ColumnStylesTableLayoutColumnStyleCollection.

Gets the collection of styles used to determine the look and feel of the table layout columns.

GrowStyleTableLayoutPanelGrowStyle.

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
LayoutEngineSystem.Windows.Forms.Layout.LayoutEngine.

Gets the current table layout engine.

RowCountint.

Gets or sets the maximum number of rows allowed in the table layout.

[read-only]
RowStylesTableLayoutRowStyleCollection.

Gets the collection of styles used to determine the look and feel of the table layout rows.

Public Methods

GetCellPosition(object) : TableLayoutPanelCellPosition

Gets the System.Windows.Forms.TableLayoutPanelCellPosition that represents the row and the column of the cell.

GetColumn(object) : int

Gets the column position of the specified child control.

GetColumnSpan(object) : int

Gets the number of columns that the cell containing the child control spans.

GetRow(object) : int

Gets the row position of the specified child control.

GetRowSpan(object) : int

Gets the number of rows that the cell containing the child control spans.

SetCellPosition(object, TableLayoutPanelCellPosition)

Sets the System.Windows.Forms.TableLayoutPanelCellPosition that represents the row and the column of the cell.

SetColumn(object, int)

Sets the column position for the specified child control.

SetColumnSpan(object, int)

Sets the number of columns that the cell containing the child control spans.

SetRow(object, int)

Sets the row position of the specified child control.

SetRowSpan(object, int)

Sets the number of rows that the cell containing the child control spans.

Explicitly Implemented Interface Members