Click or drag to resize

DynamicLayoutAdd Method

Add the control with the optional scaling

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

Parameters

control
Type: Eto.FormsControl
Control to add, or null to add blank space
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

[Missing <returns> documentation for "M:Eto.Forms.DynamicLayout.Add(Eto.Forms.Control,System.Nullable{System.Boolean},System.Nullable{System.Boolean})"]

Remarks
See Also