Click or drag to resize

DynamicLayoutCreate Method

Creates the layout content

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Create()
Remarks
This is called automatically during the PreLoad or Load event, but can be called manually if changes are made after initially created
See Also