Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Which is the control used instead of MDI in WPF? I am doing a project which needs an MDI. I came to know that WPF doesn't support MDI and Microsoft is encouraging Ribbon Framework and Tabbed control, page and Frame instead of MDI. Please help me which is the best one I can use as MDI?

Thank you.
Posted
Updated 26-Dec-10 7:00am
v2

WPF does not support the MDI paradigm. That's one of the reasons VS2010 (in its own UI) doesn't support it anymore either. People have complained, but I don't know if MS is going to take steps.

 
Share this answer
 
v2
John is right (5 from me). I just want to report my experience on this matter: One of my projects was initially designed with Windows.Forms / MDI. Later on, when I moved to WPF, I have used tab control with success. Of course it is a totally different design, it has nothing to do with MDI, but from the user point of view, it is very alike, especially now that most users are used with tab browsing. My application users didn't complain and got used to to the new design quickly.
 
Share this answer
 
v2
You can use PRISM (Composite UI). Read its tutorial to get indepth idea about that. You can implement MDI using that.
 
Share this answer
 

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