DynamicScrollableCreate Method |
Creates the group box layout.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public override Control Create(
DynamicLayout layout
)
Public Overrides Function Create (
layout As DynamicLayout
) As Control
abstract Create :
layout : DynamicLayout -> Control
override Create :
layout : DynamicLayout -> Control
Parameters
- layout
- Type: Eto.FormsDynamicLayout
Layout we are creating this item for.
Return Value
Type:
ControlThe control created for this item.
See Also