or
Hi,
I found one strange problem while working with TreeView control.
In my project I wrote a functionality to select multiple nodes by holding Shift key.
The functionality is working fine, but when I use tree.get_SelectedNodes() method, it gives me all the selected members but the order
of these nodes is different from what we can see in tree.
Please let me know, how to get the selected nodes in correct order.
Thanks in Advance,
Animesh Misra