A container element which can contain any number of child elements. This is equivalent to the element, except it defaults to horizontal orientation.box
More information is available in the XUL tutorial.
<!-- Two button on the right --> <hbox> <spacer flex="1"/> <button label="Connect"/> <button label="Ping"/> </hbox>
Inherited from XUL element |
| Inherited Properties |
box, vbox