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
EndVertical Method
Ends the current vertical section
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
C#
VB
F#
Copy
public
void
EndVertical
()
Public
Sub
EndVertical
member
EndVertical
:
unit
->
unit
Remarks
This should be balanced with every call to
BeginVertical(Nullable
Padding
, Nullable
Size
, Nullable
Boolean
, Nullable
Boolean
)
. Alternatively, you can call
EndBeginVertical(Nullable
Padding
, Nullable
Size
, Nullable
Boolean
, Nullable
Boolean
)
to end the current vertical section and start a new one.
See Also
Reference
DynamicLayout Class
Eto.Forms Namespace