I am using a <tree/> element and was wondering if it is possible to have the <treecell> elements contain mixed elements? Perhaps this could be done through binding? For example:
<tree>
...
<treecell>
<label value="Go here:" />
<label value="www.somesite.com" class="text-link" />
<textbox />
</treecell>
</tree>
I can do this with a <listbox/> but when I have a lot of rows (like 200) the scrolling gets delayed. Maybe there is a way to improve performance when scrolling with a listbox (like disabling certain features)? I'm really looking for a solution where I can have column headers (don't necessarily need to be resizable). Any help would be great!
Thanks,
Todd
_______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
