Click or drag to resize

DynamicLayoutAddSpace Method

Adds an empty space. Equivalent to calling Add(null);

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

Parameters

xscale (Optional)
Type: SystemNullableBoolean
Xscale for this control and any in the same column
yscale (Optional)
Type: SystemNullableBoolean
Yscale for this control and any in the same row

Return Value

Type: DynamicControl
The item representing the space.
See Also