Click or drag to resize

DynamicLayoutBeginHorizontal Method

Begins a new horizontal row section

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

Parameters

yscale (Optional)
Type: SystemNullableBoolean
YScale of the horizontal section

Return Value

Type: DynamicRow
A new row to hold the horizontal controls
Remarks
See Also