Click or drag to resize

DynamicLayoutAddRow Method

Adds a new row of controls to the current vertical section

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public DynamicRow AddRow(
	params Control[] controls
)

Parameters

controls
Type: Eto.FormsControl
Controls to add to the row

Return Value

Type: DynamicRow
A new instance of the row that was added
See Also