Click or drag to resize

DynamicLayout Constructor (IEnumerableDynamicRow)

Initializes a new instance of the DynamicLayout class with the specified rows

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public DynamicLayout(
	IEnumerable<DynamicRow> rows
)

Parameters

rows
Type: System.Collections.GenericIEnumerableDynamicRow
Rows to populate the layout.
See Also