[Project_owners] how to align elements in richlistbox
Neil Deakin
enndeakin at gmail.com
Tue Nov 11 06:11:53 PST 2008
joe ertaba wrote:
> Hi
>
> I have found a solution , thanks both of you
>
> <richlistbox>
> <grid>
> <columns ><column flex="1"/><column flex="1"/></columns>
> <rows>
> <richlistitem style="display:-moz-grid-line; -moz-box-orient:
> horizontal">
> <label value="1"/>
> <label value="2"/>
> </richlistitem>
> <richlistitem style="display:-moz-grid-line; -moz-box-orient:
> horizontal">
> <label value="3"/>
> <label value="4"/>
> </richlistitem>
> </rows>
> </grid>
> </richlistbox>
>
As richlistitem has to be a direct child of richlistbox, that won't
actually work.
More information about the Project_owners
mailing list