我們的志工尚未將此文章翻譯為 正體中文 (繁體) 版本。加入我們,幫忙翻譯!
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