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
1080
Handling different contents in tabed UI
posted

I'm new to WPF and Netadvantage for WPF and need some advice. I have a GUI which uses the xamDockManager and a DocumentContentHost. So the user can pull out a tab and gets a floating window. So far so good.

I have all kind of different "dialogs" which should be displayed in the tabs. Tabs (and it's content) can be created and deleted, so the number of tabs is variable.

I would like to create the "dialogs" (which form the content of a tab) graphically using VS2008. Then I would need to plug in an instance of this "dialog" into user interface in form of a tab.

 Can this be done?

 Markus