TableLayoutSettings Properties
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | ColumnCount | Gets or sets the maximum number of columns allowed in the table layout. |
![]() | ColumnStyles | Gets the collection of styles used to determine the look and feel of the table layout columns. |
![]() | GrowStyle | Gets or sets a value indicating how the table layout should expand to accommodate new cells when all existing cells are occupied. |
![]() | LayoutEngine | Gets the current table layout engine.(Overrides LayoutSettings::LayoutEngine.) |
![]() | RowCount | Gets or sets the maximum number of rows allowed in the table layout. |
![]() | RowStyles | Gets the collection of styles used to determine the look and feel of the table layout rows. |
Show:
