Metric.Absolute Literal
The size is an absolute value in points.
Location
- Namespace
- Fuse.Layouts
- Package
- Fuse.Controls.Panels 2.9.1
Returns
Possible Values
- Absolute
-
The size is an absolute value in points.
- Proportion
-
The size is assigned proportionally between all rows/columns with a
Propertionmetric. The space divided is the total size available to the grid less allAbsoluteandAutosized 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
Autoif the layout size is unavailable, and will behave asProportionif available (when the grid is stretched).