HorizontalLayout

Stacks the widgets horizontally, taking all the available height for each child.

Constructors

this
this(Widget parent)
this
this(int maxHeight, Widget parent)

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

Suggestion Box / Bug Report