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
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
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.