Wisej.Web.TableLayoutPanelGrowStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Specifies how a TableLayoutPanel will gain additional rows or columns after its existing cells are full.
Name | Description |
---|---|
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.
Returns or sets whether the TableLayoutPanel control should expand to accommodate new cells when all existing cells are occupied.
Returns or sets a value indicating how the table layout should expand to accommodate new cells when all existing cells are occupied.