AdvToolbar and Ribbom

I am building the appication ribbon dynamically in code depending on
context and user rights. For simplicity I only use autosize (fullsize)
buttons with label below and halfsize wth label reight of the glyph. I
would like to use the autosize feature ot the TAdvToolbar but force two
of the small buttons to be below each other. Currently they are alll
ligned up horizontally. I cannot find a grouping mechanism.

If you want to control the placement of the controls yourself, add a container to the toolbar and you can then absolutely position the buttons in this container.