WPF Visual Studio Composite Interface

I want to create a Visual Studio interface style interface using the WPF Composite Application Guidance (PRISM) API. I would like to have a tree on the left with different views to open. When someone clicks on a node in the tree, open that window on the right side of the tab. If the view is already open in the tab, bring it to the front. I would also like the tree to be in sync with the active tab.

I've tried searching for some articles about this with no luck. Anyone have any links or information on how to implement this?

+1


a source to share


2 answers


I think you should start with MVVM first. http://msdn.microsoft.com/en-us/magazine/dd419663.aspx



+2


a source


Infragistics has a xamDockManager that will do most of the work for you. I have not used this particular control, but I have used some of my other WPF controls with varying success.



+1


a source







All Articles