A container element which can contain any number of child elements. This is equivalent to the
element, except it defaults to vertical orientation.box
More information is available in the XUL tutorial.
Example
<!-- Two labels at bottom --> <vbox> <spacer flex="1"/> <label value="One"/> <label value="Two"/> </vbox>
Attributes
Inherited from XUL element |
Properties
Inherited Properties |
Methods
Related