Click or drag to resize

DynamicRow Constructor (IEnumerableControl, NullableBoolean, NullableBoolean)

Initializes a new instance of the DynamicRow class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public DynamicRow(
	IEnumerable<Control> controls,
	Nullable<bool> xscale = null,
	Nullable<bool> yscale = null
)

Parameters

controls
Type: System.Collections.GenericIEnumerableControl
Items to initialize the row
xscale (Optional)
Type: SystemNullableBoolean
Xscale.
yscale (Optional)
Type: SystemNullableBoolean
Yscale.
See Also