Eto.Forms documentation
Eto.Forms documentation
Namespaces
Eto.Forms
DynamicLayout Class
DynamicLayout Methods
Add Method
AddAutoSized Method
AddCentered Method
AddColumn Method
AddRange Method
AddRow Method
AddSeparateColumn Method
AddSeparateRow Method
AddSpace Method
BeginCentered Method
BeginGroup Method
BeginHorizontal Method
BeginScrollable Method
BeginVertical Method
Clear Method
Create Method
EndBeginHorizontal Method
EndBeginVertical Method
EndCentered Method
EndGroup Method
EndHorizontal Method
EndScrollable Method
EndVertical Method
OnLoad Method
OnPreLoad Method
DynamicLayout
EndHorizontal Method
Ends the current horizontal section
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
C#
VB
F#
Copy
public
void
EndHorizontal
()
Public
Sub
EndHorizontal
member
EndHorizontal
:
unit
->
unit
Remarks
This should be balanced with every call to
BeginHorizontal(Nullable
Boolean
)
. Alternatively, you can call
EndBeginHorizontal(Nullable
Boolean
)
to end the current horizontal section and start a new one with a new row.
See Also
Reference
DynamicLayout Class
Eto.Forms Namespace