A standard tree looks like so:
--------------
-root 
 + item1
 + item2
  - sub a
  - sub b
 + item3

I'd prefer to NOT show the root node, but have the others.
-------------
+ item1
+ item2
 - sub a
 - sub b
+ item3

I tried : tree.setRootVisible(false); 

It hid the root like I wanted and 1st level kids are shown; however, none of
the kids are expandable. 

What'd I miss?
TLC



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to