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.
Documentation for this section has not yet been entered.
By default, the System.Windows.Forms.TableLayoutPanel control expands downward by adding rows.
If an attempt is made to add a control to a full System.Windows.Forms.TableLayoutPanel control, and the value of TableLayoutPanel.GrowStyle is TableLayoutPanelGrowStyle.FixedSize, then an ArgumentException is thrown.