Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Does WPF support Multiple Document Interface ??
Posted

Not 'directly' the same kind of MDI as in Windows Forms where you have several floating client windows inside the parent. However, there are several examples of different kinds of MDI implementations in the articles. See: http://www.codeproject.com/info/search.aspx?artkw=wpf+mdi&sbo=kw&usfc=false[^].
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 21-Mar-11 14:28pm    
Please take a look, if you did not see it before: simulation of MDI in WPF. However, a warning against MDI is more important. Please see my Answer.
--SA
Wendelius 21-Mar-11 15:15pm    
When I searched for the articles the Tabbed MDI was the first one on the list. I very often use tabbed windows in WPF, but I must admit that I'm still keen on MDI on certain situations and actually so are end-users. I think that both concepts have their own ups and downs. Depending on the requirements MDI is sometimes better than tabbed UI.
Sergey Alexandrovich Kryukov 21-Mar-11 23:29pm    
Tabbed MDI is not MDI in its original sense. I disagree, but there is such thing as imprinting...
--SA
This CodeProject article simulates MDI in WPF: Multiple Window Interface for WPF[^].

Do not use MDI! This is the worse UI style, highly discourages practically be everyone. This is one of the most inconvenient designs all UI ever invented. You will only scare off your customers. Use design based on a single main window: tabbing interface, for example. (See Tabbed MDI in WPF[^].)

—SA
 
Share this answer
 
v2
Comments
#realJSOP 21-Mar-11 14:50pm    
Yeah, yeah, blah blah... MDI has its uses, and the removal of MDI from VS2010 is one of the most irritating things for me...
Sergey Alexandrovich Kryukov 21-Mar-11 23:28pm    
"Has its uses" is insufficient argument to me. I did not notice MDE was even removed. Interesting fact...
Thank you.
--SA
Sergey Alexandrovich Kryukov 22-Mar-11 1:13am    
I just checked up: it's supported by VS 2010, rejoice (see my comment below)...
--SA
#realJSOP 22-Mar-11 14:31pm    
No it's not. What VS2010 allows is floating windows - NOT MDI.
Vishal Misal 22-Mar-11 1:01am    
Is it really like that??? Doesn't Visual Studio 2010 support MDI at all???

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