Click or drag to resize

StackLayoutItem Constructor (Control, Boolean)

Initializes a new instance of the StackLayoutItem class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public StackLayoutItem(
	Control control,
	bool expand = false
)

Parameters

control
Type: Eto.FormsControl
Control for the item.
expand (Optional)
Type: SystemBoolean
Whether the control expands to fill space along the direction of the layout
See Also