Click or drag to resize

DynamicItemYScale Property

Gets or sets the vertical scale of the item

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Nullable<bool> YScale { get; set; }

Property Value

Type: NullableBoolean
The vertical scale.
Remarks
When true, the control takes up all remaining vertical space available. If there is more than one item with this set to true, then they share the remaining space equally.
See Also