LayoutAnchorablePane won't dock when floating

LayoutAnchorablePane won't dock when floating

Hello,

First of all, nice Docking framework 

I’ve got a small wpf usercontrol which is hosted by a windows forms application. In this wpf usercontrol I’ve inserted a basic DockingManager with some LayoutAnchorables and LayoutAnchorablePanes in it. The Anchorables are arranged within a group. So far so good. But when dragging out the Anchorables from the docked state, they cannot be put together into a floating group. There is no exception or anything else. The drop zones aren’t displayed when trying to put two floating Anchorables together. The whole group itself can be dragged out from the manager without problem.

Is this behaviour intended or is it impossible to implement with this combination (wpf in windows forms). Maybe there is a workaround for this problem?
When I leave out the windows forms host, the docking works fine.

Thank you for considering my request