System.Windows.Forms.TableLayoutSettings.GrowStyle Property

Gets or sets a value indicating how the table layout should expand to accommodate new cells when all existing cells are occupied.

Syntax

[System.ComponentModel.DefaultValue(System.Windows.Forms.TableLayoutPanelGrowStyle.AddRows)]
public TableLayoutPanelGrowStyle GrowStyle { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The TableLayoutSettings.GrowStyle property determines how the layout engine should add a new cell to a full table. This property can be set to TableLayoutPanelGrowStyle.AddRows to indicate that rows should be added, TableLayoutPanelGrowStyle.AddColumns to indicate that columns should be added, or TableLayoutPanelGrowStyle.FixedSize to disallow expansion.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0