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