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
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.