Hi all,
we use MahApps to style our application windows, that works fine.
Now we found an issue with the xamTabControl. MahApps seems to have troubles with the MahApps Style. The Close Button (x) on the Tab for example seems to be invisible (white on white) and also the Tab Text isn't nice to read.
Do you have any experience how to 're-style' the xamTab or how to remove the MahApps Style from it ?
Thanks for the help !Peter
Thank you for posting your answer!
Regards,
Just found the answer :-)
tabItem.SetResourceReference(FrameworkElement.StyleProperty, typeof(TabItemEx));