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
)
Public Function AddRow (
ParamArray controls As Control()
) As DynamicRow
member AddRow :
controls : Control[] -> DynamicRow
Parameters
- controls
- Type: Eto.FormsControl
Controls to add to the row
Return Value
Type:
DynamicRowA new instance of the row that was added
See Also