InlineBlockLayout

Makes all children minimum width and height, placing them down left to right, top to bottom.

Useful if you want to make a list of buttons that automatically wrap to a new line when necessary.

class InlineBlockLayout : Layout {}

Constructors

this
this(Widget parent)
Suggestion Box / Bug Report