WeifenLuo(Dock Panel Suite) Dock to multiple dockpanels

396 Views Asked by At

I use WeifenLuo DockPanel in my project. Now I have a main window (let's call it MAINWINDOW), and another window (let's call it SECONDWINDOW), both of them are holding a DockPanel (dockPanel1 and dockPanel2). I want to implement a feature: if I move a Document (DockState.Document) from MAINWINDOW to SECONDWINDOW, I want to make it possible to dock it. So basically I want to dock a DockContent from dockPanel1 to dockPanel2. Is it possible? Thank you for all the answers!

0

There are 0 best solutions below