8

I'm trying to find a docking library for WPF that works more like google chrome. Where a user with two chrome windows open can take a tab from one and drop it in another.

I've been trying with AvalonDock but it only lets a DockableContent have one docking manager and I can't find a nice way to swap the manager when it moves over a different one.

Anyone know of a way to do this with AvalonDock or any other library?

Kelly
  • 6,992
  • 12
  • 59
  • 76
  • Still no reply, guess I'll have to build something. Thought this would have been tackled already. – Kelly May 08 '12 at 03:24
  • To update this there now is a solution: https://github.com/ButchersBoy/Dragablz – Kelly Jan 17 '17 at 04:48

1 Answers1

1

I think that your requirements are a bit too special purpose just to find a library lying about. It sounds like AvalonDock does kind of what you want, so maybe it would be best just to modify its source for your needs. That or just roll your own from scratch.

A.R.
  • 15,405
  • 19
  • 77
  • 123