Click or drag to resize

DynamicLayoutAddRange Method (IEnumerableControl)

Adds a list of controls

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void AddRange(
	IEnumerable<Control> controls
)

Parameters

controls
Type: System.Collections.GenericIEnumerableControl
Controls to add.
Remarks
See Also