Trying to replicate the docking controls in Visual Studio 2008. My application replays the RADAR environment for the FAA and I want the ability for dual monitor users to dr
Child controls can't exist as top-level windows on their own. They need a window to carry them around.
The general technique for this sort of thing is that you have to create an instance of a new top-level window (WPF Window) when the drag action begins, remove (or clone) the target control from its original window and insert it into the new floating window.