Hi to all, I'm playing a little with Trees, so some questions: - is it possible (for example using a style property) to display a tree also without the root node ? I have some applications where i need to display (in little space) many tree levels (of the same tree), so hiding the first in these cases could be useful.
- for the row coloring, is it possible to attach to some event and change the background color of the desired row (using application custom strategies like zebra, by level, etc ... useful for example with tree tables), or the Tree has to be subclassed ? - is implemented a standard method (maybe visible also from style) to expand all, collapse all, and expand selection (only) ? Could be useful in many cases ... - to implement a Tree Table, do you think simple cases could be handled adding to any node a TableRow element (containing with many fields), or is it better to write a new component (ok in the general case) ? derived from Tree ? Thanks, Sandro
