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
)
Public Sub New (
ParamArray rows As DynamicRow()
)
new :
rows : DynamicRow[] -> DynamicLayout
Parameters
- rows
- Type: Eto.FormsDynamicRow
Rows to populate the layout
See Also