Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1945
XamTabControl subclass
posted

Hi

I'm thinking of subclassing XamTabControl so that i can have 4 default tab items and later be able to add additional tab items. How can i accomplish this?

Eg.

<local:MyTabControl>   <!-- Has 3 tab items -->

 <ig:TabItemEx x:Name="Tab_4"/>
 <ig:TabItemEx x:Name="Tab_5"/>
 
</local:MyTabControl>