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
1320
XamDockManager Open tab in new screen and opening tab in a certain window
posted

Hi,

We use the XamDockManager control to have a flexible layout. We added a button to the right of the tabs that allows us to open a new tab with a certain content. 

When a tab is dragged to another window (or a new window is created) the same button is added as well. However when we click on the new tab button the new tab always appears in the main window. 

To create a new tab we use the following code:

RegionManager.Regions[parameters.Region].Activate(view);

Is it possible to open tabs in another screen (and optionally specify which screen?)

Kind regards

Parents Reply Children