I've put 2 treeview in 2 tab of a dockingmanager (WITHOUT USING MVVM). I want to bind them to 2 collections e.g.: the first to a list of websites, and the second to the Favorites Websites.
It's possible for the user grab one site from one treeview and move it the other (for example grab a site from 1 treeview and drop it in 2) updating the 2 collections?
If yes, can you provide an example without using MVVM, but using classic wpf, please?