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