I'm creating a UI using XUL. I have N buttons I would like to add, and all I care about is that they all show on the form, regardless of the form's size. If I add a new button later or remove an existing button, I'd like to just delete the one <button> element rather than having to move things around inside grid or hbox/vbox elements.
Is there a way to get this behavior? It seems odd that I can't achieve this, given that it's the default behavior in HTML.