Click or drag to resize

DynamicRowAdd Method (IEnumerableControl, NullableBoolean, NullableBoolean)

Add the controls to the row, with specified xscale and yscale.

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

Parameters

controls
Type: System.Collections.GenericIEnumerableControl
Controls to add
xscale (Optional)
Type: SystemNullableBoolean
Horizontal scale for each control
yscale (Optional)
Type: SystemNullableBoolean
Vertical scale for each control
See Also