Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a treeview writing with MVVM pattern that was done by other person. In the treeview, the root is UserGroupCollection and the child hierarchy is UserCollection. When the root is selected, Group Detail View will be shown in the side content. When child node is selected, the User Detail View will be shown in the side content.
There is content at the right side to show the detail view according to treeview items selected. Currently, both root and child nodes can be selectable and The side content changed according to root and child nodes selected. Now I need to make some changes. I just want to show User Detail View when child node User is selected. I don't want to do anything when root node is selected. I mean want to set disable or false to Treeview root node selected property. I just new working on MVVM and can't find the way how to do. I am expecting any suggestion and very appreciate your answer.
Posted
Updated 10-Nov-14 21:20pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900