Hi,
I am easily to use the properties(HasOption,CanAutoHide,CanClose) for the tool window in the simple docking application.
For Example.
<Common:AblationViewx:Name="win1" HasOptions="False" CanAutoHide="False" CanClose="False"Title="AblationView" />
but not able to use the same properties using the code for the prism integration with docking behaviour.