Is there a showRoot equivalent to flex tree control’s attribute. I’m trying to hide the main root of an xml doc and display the rest.
<main_node>
<node>
<node />
</node>
<node>
<node/>
<node/>
<node/>
</node>
</main_node>
…so there would be two root nodes each containing a couple of subnodes.