Enum Sizing
Namespace: Northwoods.Go
Assembly: Northwoods.GoDiagram.Avalonia.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. |