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>
Hello Marco,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
If this is what you were looking for please verify the answer so it helps other users as well.
Sincerely,Petar MonovDeveloper Support EngineerInfragistics Bulgariawww.infragistics.com/support
You can create a wrapper class for the XamTabControl and in its construcotr add the 4 default tab items as shown here: http://help.infragistics.com/NetAdvantage/WPF/2010.2/CLR4.0/?page=xamTabControl_Adding_xamTabControl_to_a_Window_Using_Procedural_Code.html
Please let me know if you require any furhter assistance on the matter.
Sincerely,
Petar Monov
Developer Support Engineer
Infragistics Bulgaria
www.infragistics.com/support