I have just learn WPF and used Infragiscs for short time
When I open a xaml form, I want to display and control it as a tab in my project. How can I do it ?
I used VB.NET and SQL server 2008
Thank you very much
Thank you for your answer, It help me so much. I made my xaml form as root element and try to display it as tabs. Thank you very much.
The WPF Window cannot be hosted in any other control. It should always be the root element.
Thank you for quick answer. But my mean that in my WPF project, I have many xaml forms. I want when I open those forms, it will be arranged as tabs. I hope you can understand my question.
Hello,
Please follow the Getting Started article in our help for the XamTabControl, which provides this functionality :
http://help.infragistics.com/NetAdvantage/WPF/2010.1/CLR3.5/?page=xamTabControl_Getting_Started_with_xamTabControl.html