How can i find a desired node and open it? my ADG data looks like this: - Node 1 -- Node 1.1 - Node 2 -- Node 2-1
How can i find Node 2 by caption and open only this node with all subnodes? i thought there's something like HierarchicalCollectionView.nodes where i can loop through. any help? regards

