Skip to main content
Version: 3.5

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.

public enum TableLayoutPanelGrowStyle : Enum

Fields

NameDescription
AddColumnsThe TableLayoutPanel gains additional columns after it is full.
AddRowsThe TableLayoutPanel gains additional rows after it is full.
FixedSizeThe TableLayoutPanel does not allow additional rows or columns after it is full.

Used By

NameDescription
TableLayoutPanel.GrowStyleReturns or sets whether the TableLayoutPanel control should expand to accommodate new cells when all existing cells are occupied.
TableLayoutSettings.GrowStyleReturns or sets a value indicating how the table layout should expand to accommodate new cells when all existing cells are occupied.