
Hi,
Can i dock or float the toolwindows without dragging the title bar of the corresponding toolwindow ?
For Example my sample application consists of two toolwindows named toolwindow1,toolwindow2 inside the main application and title bar for both of the toolwindows is set to false using HasTitleBar=False;
I want to dock the toolwindow1 into toolwindow2 or vice versa.How to achieve that type of functionality?