Click or drag to resize

StackLayoutItemExpand Property

Gets or sets a value indicating whether the control expands to available space in the direction of the layout.

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

Property Value

Type: Boolean
true to expand; otherwise, false.
See Also