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
160
TabItemEx ControlTemplate
posted

I want to create a control template for a TabItemEx.

<Style TargetType="igC:TabItemEx">

<Setter Property="Template">

 <Setter.Value>

<ControlTemplate TargetType="igC:TabItemEx">

<Border ... />

<ContentPresenter ContentSource="Header" ... />

</ControlTemplate>

<Setter.Value>

</Style>

Everything works fine except that I am not able to include the tab closing button in my new template.It almost look like I am missing a "PART_?" declaration except that I do not know which one?

Thank you,

Radu

  • 69686
    Suggested Answer
    posted

    Hello Radu,

    Yes, this is correct. You can see the default style in the DefaultStyles directory in the Infragistics folder and retemplate the TabItemEx using the full style.

    Hope this helps