TableLayoutPanelGrowStyle

Wisej.Web.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

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

NameDescription

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