I am using LayoutAnchorable of Avalon Dock to dock my toolbar in my WPF application. Everything works fine. But as soon as I set the AllowTransparency property of parent window to true, it stopped working.
AnchorableControl is being shown as it should. When I unpin it, it docks itself to side of the window. But it nevers comes up upon hovering the mouse over it.
I am trying to find a workaround in the source control of Avalon dock. but there is lot to take and code isn't very straight.