DynamicLayout Constructor (IEnumerableDynamicRow) |
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(
IEnumerable<DynamicRow> rows
)
Public Sub New (
rows As IEnumerable(Of DynamicRow)
)
new :
rows : IEnumerable<DynamicRow> -> DynamicLayout
Parameters
- rows
- Type: System.Collections.GenericIEnumerableDynamicRow
Rows to populate the layout.
See Also