Hi,
I am using the xamDockManager in my application and I am dynamically adding documents to main tab area. How to I for the DockManager to make a specific pane the active document so that when I add new documents, they automatically have focus?
Hello,
You can call the Activate() method of the ContentPane after you have added it.