Enum Sizing

GoDiagram®
v10.0.8
by Northwoods Software®

This enumeration specifies how rows and columns deal with extra space. Used for Sizing and Sizing.

Namespace: Northwoods.Go
Assembly: Northwoods.GoDiagram.WinForms.dll
Syntax
public enum Sizing

Fields

Name Description
Default

The default, which resolves to None or else the Table Panel's RowSizing and ColumnSizing if present.

None

The default if none is specified on the Table Panel's RowSizing and ColumnSizing.

ProportionalExtra

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.