Hi. We have upgraded to 2016.1 and our drag and drop has stopped working.
We have some WPF controls we would like to create by dragging from a toolbox we have created. We then want to be able to dock these by dragging them to their position in a DockSite. We also want to be able to move them around afterwards.
In the previous version, to create a new control, we created a new ToolWindow with our control as content. The ToolWindow was created using a DockSite as the constructor argument. We then called DragMove() on the created ToolWindow to drag it to position in the DockSite. This no longer works.
For windows already properly placed in the DockSite we called DragMove to move them. After the update this shows the docking cross on the same ToolWindow we are dragging, with strange result if dropped on itself. We are using our own header on the window, and we want it to behave as the built in one.
Could you offer some guidelines on how to create and move ToolWindows?
Thanks,
Henrik