UIElement.reflow

Meant to be overriden almost everytime for custom behaviour. Default behaviour is to span the whole area and reflow children. Any layout algorithm is up to you. Children elements don't need to be inside their parent.

class UIElement
nothrow @nogc
void
reflow

Meta