Hi, Is there an easy way to do this?
for example opening a node of the tree expands the tree's height to fit the new expanded tree I have managed to do this with a cumbersome combination of parsing the tree into a flat openitems array and assigning its count to the tree's rowcount and was wandering if there is a more 'automatic' way.. PS: Nodes are also dynamically added in the data provider (arraycollection with children) and these need to expand the height of the tree while keeping the already selectedIndex. (works as described earlier but i would prefer a more manageable solution)

