XUL:listcols
From MDC
« XUL Reference home [ Examples | Attributes | Properties | Methods | Related ]
A container for the columns of a listbox, each of which are created with the listcol element. There should be only one listcols element in a list box. If there is no listcols element, the list box has a single column.
[edit] Example
<!-- Creates a two column listbox -->
<listbox>
<listcols>
<listcol flex="1"/>
<listcol flex="1"/>
</listcols>
<listitem>
<listcell label="Buck"/>
<listcell label="Rogers"/>
</listitem>
<listitem>
<listcell label="John"/>
<listcell label="Painter"/>
</listitem>
</listbox>
[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 |