Hi,
How to unattach the floated toolwindow.
There is one property like CanAttach=Flase,but its not working.
Suppose i have two toolwindows named Toolwindow1,Toolwindow2 in the docksite named Docksite1.
I floats the toolwindow named Toolwindow1.
Now Toolwindow2 should not be docked into the Toolwindow1.
I applied the property on Toolwindow1 like Toolwindow1.CanAttach=false;
But its not working means still i am able to dock the Toolwindow2 inside the Toolwindow1 because they are in the same docksite.