Click or drag to resize

DynamicLayoutEndBeginHorizontal Method

Ends the current horizontal section, then begins a new horizontal section with a new row

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

Parameters

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

Return Value

Type: DynamicRow
A new DynamicRow instance used to hold the horizontal controls
Remarks
When finished adding controls to the vertical section, call EndHorizontal
See Also