Iam trying to develop a TreeView where the user can view the nodes singularly eg. if in a list he clicks on a particular node(Node 1), then only its childnodes shall be visible, the moment he clicks on another node(Node 2), that node's(Node 2's) childnodes would be visible, while the earlier node's(Node 1) childnodes would collapse automatically. My Questions are :
i) Is it possible to do so by only using XAML(no code in VB to be written) ?
ii) If possible could you refer any articles/manuals/guidelines on the subject.
Regards ......... Happyarimaan