TableLayoutPanelGrowStyle
Wisej.Web.TableLayoutPanelGrowStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Specifies how a TableLayoutPanel will gain additional rows or columns after its existing cells are full.
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
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.
Last updated