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
570
Docking/Undocking a Window
posted

Hi guys, I was wondering with the XamDockManager, is it possible to dock/undock a WPF Window? So I have a view which is a Window and wanted to give users the ability to dock/undock this window into the main view.

Thanks

Parents
No Data
Reply
  • 54937
    Offline posted

    No that is not possible. The WPF window throws an exception if you try to parent it into another element. Perhaps you could switch your view to be a UserControl instead.

Children
No Data