Click or drag to resize

StackLayoutControls Property

Gets the controls for the layout

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override IEnumerable<Control> Controls { get; }

Property Value

Type: IEnumerableControl
Remarks
This will return the list of controls in the stack layout when not created, and when it is, it will return the embedded TableLayout.
See Also