Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1030
how to stop user to float, dock & drag contentPanel(inside dockpanel) in silverlight
posted

I have a requirement that my content pane should not be movable, currently user is able to drag the control & move over the form & dock it wherever he want. 

So far I have tried following options, but none of them worked. 

IsFloating=False

AllowDockingFloating=False

AllowDocking=False

<ig:ContentPanex:Name="WorkspacesPane"IsFloating="False"AllowDockingFloating="False"IsMaximized="False"AllowDocking="False"Header="Workspaces"Location="Left"Height="Auto"Width="Auto"MinWidth="250"IsActivePane="True"CloseButtonVisibility="Collapsed"WindowPositionMenuVisibility="Collapsed">
Parents Reply Children