Hi,
Thanks .
But its works only in case of the simple docking application.Iam facing two problems while doing block the FLOATING for the dockable window and DOCKING for that dockable window should be easily done.
Problem 1.
Only applying the CanToolWindowsRaft inside the docksite.But if my single docksite consists of the two dockable windows and i want the only floating behaviour(DOCKING not allowed for this window ) for the first window and only docking behaviour(floating not allowed for this window) for the second window.
For example i have toolwindow 1 and toolwindow2 inside docksite1 and toolwindow1 should be easily float but not docked and toolwindow2 should be easily docked but not float.
Problem 2.
If i am registering the usercontrols as the dockable windows with the help of the prism integration then how to block the FLOATING for the dockable window and DOCKING for that dockable window should be easily done..