TableLayoutPanelGrowStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies how a TableLayoutPanel will gain additional rows or columns after its existing cells are full.
- C#
- VB.NET
public enum TableLayoutPanelGrowStyle : Enum
Public Enum TableLayoutPanelGrowStyle As [Enum]
Fields
| Name | Description |
|---|---|
| AddColumns | The TableLayoutPanel gains additional columns after it is full. |
| AddRows | The TableLayoutPanel gains additional rows after it is full. |
| FixedSize | The TableLayoutPanel does not allow additional rows or columns after it is full. |
Used By
| Name | Description |
|---|---|
| TableLayoutPanel.GrowStyle | Returns or sets whether the TableLayoutPanel control should expand to accommodate new cells when all existing cells are occupied. |
| TableLayoutSettings.GrowStyle | Returns or sets a value indicating how the table layout should expand to accommodate new cells when all existing cells are occupied. |