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
)
Public Function BeginHorizontal (
Optional yscale As Nullable(Of Boolean) = Nothing
) As DynamicRow
member BeginHorizontal :
?yscale : Nullable<bool>
(* Defaults:
let _yscale = defaultArg yscale null
*)
-> DynamicRow
Parameters
- yscale (Optional)
- Type: SystemNullableBoolean
YScale of the horizontal section
Return Value
Type:
DynamicRowA new row to hold the horizontal controls
Remarks See Also