XUL:listcol
From MDC
« XUL Reference home [ Examples | Attributes | Properties | Methods | Related ]
A column in a listbox. You can make some columns flexible and other columns non-flexible.
[edit] Examples
[edit] Example
<!-- A two column listbox with one column flexible -->
<listbox>
<listhead>
<listheader label="First"/>
<listheader label="Last"/>
</listhead>
<listcols>
<listcol flex="1"/>
<listcol/>
</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 |