VerticalLayout

Stacks the widgets vertically, taking all the available width for each child.

Constructors

this
this(Widget parent)
this
this(int maxWidth, Widget parent)

Sets a max width for the layout so you don't have to subclass. The max width is in device-independent pixels, meaning pixels at 96 dpi that are auto-scaled.

Suggestion Box / Bug Report