Silverlight / WPF - How to perform MDI Concept in WPF application

Asked By Mohan Chandran on 13-Jul-15 01:20 AM
How to perform MDI Concept in WPF application? The child window should not come out from Main window and also it should be hide when the main window lose the focus.
Robbe Morris replied to Mohan Chandran on 13-Jul-15 07:55 AM
There is not a native MDI capability in WPF.  Microsoft UI gurus didn't believe this to be a good design and removed it in WPF.  Look around for various docking components from the vendors.  Those will give you the closest thing to MDI.
Mohan Chandran replied to Robbe Morris on 16-Jul-15 01:13 AM
Hi https://www.nullskull.com/forumtree.aspx?userID=fadce924-7702-4fd3-98b0-c1c1b024680b thanks for your response. And can you explain how to solve problem that when i click alt+tap in WPF application owner window only lose the focus but child window doesn't lose the focus.