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
EndScrollable Method
Ends a scrollable section.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
C#
VB
F#
Copy
public
void
EndScrollable
()
Public
Sub
EndScrollable
member
EndScrollable
:
unit
->
unit
Remarks
Should be balanced with a previous call to
BeginScrollable(BorderType, Nullable
Padding
, Nullable
Size
, Nullable
Boolean
, Nullable
Boolean
)
.
See Also
Reference
DynamicLayout Class
Eto.Forms Namespace