Click or drag to resize

DynamicLayout Constructor (DynamicRow)

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(
	params DynamicRow[] rows
)

Parameters

rows
Type: Eto.FormsDynamicRow
Rows to populate the layout
See Also