Pavan  Kumar

Pavan Kumar

  • NA
  • 4
  • 2.1k

C# WPF TreeViewItem and TabControl Linking?

Oct 26 2012 2:00 AM
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?