I need a box layout that wraps when the available space fills up. I have a VBoxLayout (used as a toolbar) that when fills the available space, causes everything below it to push down/off screen. Instead, I would just like child items to "wrap" to a second vertical column. Has anyone written such a layout?