Hello!
I'm wanting a tab control that allows the user to reorder the tabs and drag them outside of the control to create a new window where other tabs can be dragged to and from.
Does WPF already have this ability or are there some recommendations for some pretty simple controls that I can incorporate into my application?
Or is this a functionality that can easily be implemented with the default tab control?
Thanks!