Posted 14 years ago
by Ujjwal Lahoti
Is there a way to lock the layout, i.e. I don't want users to move/rearrange the docking windows? On the same lines, is there a way to prevent an autohide window to be docked?
<docking:DockSite x:Name="dockSite" CanDocumentWindowsRaft="True" CanToolWindowsAutoHide="False"
CanToolWindowsDrag="False" CanToolWindowsRaft="False" CanToolWindowTabsDrag="False"
CanToolWindowTabsToggleStateOnDoubleClick="False" ToolWindowsHaveOptions="False">
...
</docking:DockSite>
Please log in to a validated account to post comments.