TableLayoutSettings::GrowStyle Property
.NET Framework (current version)
Gets or sets a value indicating how the table layout should expand to accommodate new cells when all existing cells are occupied.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property TableLayoutPanelGrowStyle GrowStyle { TableLayoutPanelGrowStyle get(); void set(TableLayoutPanelGrowStyle value); }
Property Value
Type: System.Windows.Forms::TableLayoutPanelGrowStyleOne of the TableLayoutPanelGrowStyle values. The default is AddRows.
| Exception | Condition |
|---|---|
| ArgumentException | The property value is not valid for the enumeration type. |
The GrowStyle property determines how the layout engine should add a new cell to a full table. This property can be set to AddRows to indicate that rows should be added, AddColumns to indicate that columns should be added, or FixedSize to disallow expansion.
.NET Framework
Available since 2.0
Available since 2.0
Show: