Click or drag to resize

StackLayoutItems Property

Gets the collection of items in the stack layout.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Collection<StackLayoutItem> Items { get; }

Property Value

Type: CollectionStackLayoutItem
The item collection.
See Also