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.
<!-- 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>
Inherited from XUL element |
| Inherited Properties |
listbox, listcell, listcol, listhead, listheader, listitem