A container element which can contain any number of child elements. This is equivalent to the
element, except it defaults to vertical orientation.box
一个可以包含任何子元素的容器元素。这相当于默认为垂直方向的
元素。box
More information is available in the XUL tutorial.
更多信息参考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
相关