Click or drag to resize

DynamicLayoutRows Property

Gets or sets the top level rows in the layout

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

Property Value

Type: CollectionDynamicRow
The rows.
See Also