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
260
xamTabControl change ItemPresenter item type with DataTemplate
posted

Hello,

In my application I'm using wrapped xamTabControl and TabItemEx ( inherited + some extra properties) with my own styles

The problem occurs when I'm using ItemTemplate with DataTemplate.  ItemTemplate apply first default style and then on the top

 of that is my style(its mixed). I bealive this happen because ItemControl type is by default TabItemEx not my control.

How I can change Item type of ItemsControl in xamTabcontrol so it will apply only my style with all my extra properties?