This page contains documentation for advanced Fuse features, so we have taken the liberty to tick the "Show advanced things" checkbox above for you in advance to be able to provide you with some additional information.

How to calculate the size of a row/column in a Grid.

Location

Namespace
Fuse.Layouts
Package
Fuse.Controls.Panels 2.9.1

Possible Values

Absolute

The size is an absolute value in points.

Proportion

The size is assigned proportionally between all rows/columns with a Propertion metric. The space divided is the total size available to the grid less all Absolute and Auto sized rows/columns.

Auto

The size is calculated based on the content of the cells.

Default

This is the mode used if none is specified. It will behave as Auto if the layout size is unavailable, and will behave as Proportion if available (when the grid is stretched).

Show Uno properties and methods

Interface of Metric

Auto : Metric uno

The size is calculated based on the content of the cells.

Default : Metric uno

This is the mode used if none is specified. It will behave as Auto if the layout size is unavailable, and will behave as Proportion if available (when the grid is stretched).

Proportion : Metric uno

The size is assigned proportionally between all rows/columns with a Propertion metric. The space divided is the total size available to the grid less all Absolute and Auto sized rows/columns.

Inherited from object