Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I am developing an WPF application.
Which has a WPF TreeView, Frame and TabControl.
When i Click on any of the treeitem the corresponding frame and the corresponding tabitem should come into view dynamically.

But Now When i select an treeitem, the tabitems are coming into view but with all the parent treeitem tabs also(the selected treeitem tab with the selected treeitem parents tab is also coming into view). Even with the frames is the same case except that only the parent treeitem frame is coming into view but not the selected treeitem.

Is there a way to overcome this?
Posted
Comments
Clifford Nelson 29-Oct-12 19:20pm    
Think you need to provide some code. Unfortunately the SelectedItem is not a DependencyProperty which means it does not completely support Binding.

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