Specifies how a System.Windows.Forms.TableLayoutPanel will gain additional rows or columns after its existing cells are full.
If all the cells in the System.Windows.Forms.TableLayoutPanel are filled and the TableLayoutPanel.GrowStyle property is set to TableLayoutPanelGrowStyle.FixedSize, an attempt to add another control will throw an exception.
Member Name | Description |
---|---|
AddColumns |
The System.Windows.Forms.TableLayoutPanel gains additional columns after it is full. |
AddRows |
The System.Windows.Forms.TableLayoutPanel gains additional rows after it is full. |
FixedSize |
The System.Windows.Forms.TableLayoutPanel does not allow additional rows or columns after it is full. |