I have a question regarding the contents of tabs.
How can I specifically choose what the current tab is selected and what I will put on this code, assuming it's tabItem
TabItem TI = new tabItem ();
TI.Content = __?
How to put it in code, for example, if I want to put the page of a user control / xaml in the contents of a tab element?
source
share