Hi,
How to drag and drop the toolwindow from the content part of the toolwindow instead of dragging from the title part of the toolwindow.
Consider my sample application consists of MainWindow as the startup window of the application and two usercontrol named usercontrol1 and usercontrol2 and these usercontrols will be registered as the docking window in the MainWindow of the sample application.I am setting the HasTitleBar property to false for these two usercontrols docked as the ddocking window.How to dock the usercontrol1 docked as the toolwindow into the usercontrol2(toolwindow).
Means How to drag or dock the Titlabarless Toolwindow ?