I'm using the XamDockManager as Region with NCAL. I have a simple patient search dock to the left. when I select a result, the patient get's opened up into a new tab in the DocumentContentHost. How do I get the newly created tab have focus and show if there are already multiple tabs showing?
By NCAL do you mean Prism? If so, then you should be able to get the region via the RegionManager and use the .Activate() method.
Yeah NCAL is Infragistics on top of Prism. But using the .Activate doesn't work for anything I show inside the XamDockManagerRegion or the XamRibbonRegion. The views are inserted but they don't get focus.