This question has been posted before, but I can't find a good answer.
I want MDI children in my WPF application. And I want those children to be fully WPF compliant.
.Net WPF doesn't have MDI children (windows within main window) any more. Some say it’s because the design is obsolete and GUI apps shouldn't be designed that way. Those people can refrain from answering this post. I know what I need. :)
What (preferably free) alternatives is there for WPF MDI? Will they work with MVVM?
EDIT: PEOPLE - don't vote up comments that say "MDI IS NOT GOOD". I specifically asked people to avoid that. I'm asking for MDI windows, not to be told not to use MDI windows.
Commandsin menu and button in MDI child (user control). It's working fine. - Tae-Sung Shin