Click or drag to resize

DynamicRow Constructor (IEnumerableDynamicItem)

Initializes a new instance of the DynamicRow class.

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

Parameters

items
Type: System.Collections.GenericIEnumerableDynamicItem
Items to initialize the row
See Also