System.Windows.Forms.TableLayoutPanel: Property Members

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

Public Properties

BorderStyleBorderStyle.

Gets or sets the border style for the panel.

CellBorderStyleTableLayoutPanelCellBorderStyle.

Gets or sets the style of the cell borders.

ColumnCountint.

Gets or sets the number of columns in the table.

[read-only]
ColumnStylesTableLayoutColumnStyleCollection.

Gets a collection of column styles for the System.Windows.Forms.TableLayoutPanel.

[read-only]
ControlsTableLayoutControlCollection.

Gets the collection of controls contained within the System.Windows.Forms.TableLayoutPanel.

GrowStyleTableLayoutPanelGrowStyle.

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

Gets a cached instance of the panel's layout engine.

LayoutSettingsTableLayoutSettings.

Gets or sets a value representing the table layout settings.

RowCountint.

Gets or sets the number of rows in the table.

[read-only]
RowStylesTableLayoutRowStyleCollection.

Gets a collection of row styles for the System.Windows.Forms.TableLayoutPanel.