public attach(container as Container) as Void:
Attaches this layout to its owning container.
User code normally does not call this method directly; Container invokes it when its layout property is assigned.
panel = Container() layout = VBoxLayout() panel.layout = layout