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
230
[XamDockManager] Do not use SplitPane in DocumentContentHost
posted

Hi,

I have to disable the split behaviour in my document content host. Is it possible ? I tried to remove the SplitPane, but it seems that it is not possible to have a tabGroupPane in DocumentContentHost.

I tried the AllowXXXXX options in content pane, but I still can use the split options.

What am I missing ?

Regards,

Mac.

Parents
  • 138253
    Verified Answer
    Offline posted

    Hello Mac,

     

    Thank you for your post I have been looking into it and I created a sample project for you with the functionality you want. Basically I set each ContentPane’s AllowDocking and AllowInDocumentHost Properties to false. This way the ContentPanes cannot be dragged. Please let me know if this helps you or you need further assistance on this matter.

     

    Looking forward for your reply.

    WpfApplication2.zip
Reply Children