System.Windows.Forms.TableLayoutSettings: Property Members

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

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.