Enum Sizing
- Namespace
- Northwoods.Go
- Assembly
- Northwoods.GoDiagram.WinForms.dll
public enum Sizing
Fields
Default = 1
The default, which resolves to None or else the Table Panel's RowSizing and ColumnSizing if present.
None = 0
The default if none is specified on the Table Panel's RowSizing and ColumnSizing.
ProportionalExtra = 2
If a Table Panel is larger than all the rows/columns then this grants this row/column and any others with the same value the extra space, apportioned proportionally between them.