Hello,
I managed to programmatically, add some tabs to the xamtabcontrol that i'm using. When I close the application, and open it again, that tabs that I created are gone.
I look in the documentation but I wasn't able to find any property that would allow me to save into the xamTabControl the new tabs that I created.
Thanks.
You would have to provide custom logic in order to be able to save/load TabItems. XamDataGrid and XamDockManager controls have similar functionality of saving and loading layout information and customizations, so you may want to request one for the XamTabControl on the link below:
http://devcenter.infragistics.com/Protected/RequestFeature.aspx
thanks.
I'll do that.