TableRowScaleHeight Property |
Gets or sets a value indicating whether this
TableCell will scale its height
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool ScaleHeight { get; set; }
Public Property ScaleHeight As Boolean
Get
Set
member ScaleHeight : bool with get, set
Property Value
Type:
Booleantrue if scale height; otherwise,
false.
Remarks
All controls in the same row of this cell will get the same scaling value.
Scaling will make the row expand to fit the rest of the height of the container, minus the preferred
height of any non-scaled rows.
If there are no rows with height scaling, the last row will automatically get scaled.
With scaling turned off, cells in the row will fit the preferred size of the tallest control.
See Also