how can i, in C#/WPF implement an application where i can open/close a new tab? i am thinking i will have to create a "template" user control and programmatically, create a new instance of the control (tab item) and add it into the tab control?
i am new to C#/WPF so how can i get started with this?
another thing is how can i modify or access child controls when i dont have an ID.