System.Windows.Forms.TableLayoutPanelGrowStyle Enumeration

Specifies how a System.Windows.Forms.TableLayoutPanel will gain additional rows or columns after its existing cells are full.

Syntax

public enum TableLayoutPanelGrowStyle

Remarks

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.

Members

Member NameDescription
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.

Requirements

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