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
765
Styling TabGroupPane's tab headers
posted

Hi,

I want to style the header of each tabitem in tabgrouppane so that it looks like the attached screenshot

how can I do this?

Parents
No Data
Reply
  • 54937
    Offline posted

    You would need to create a custom Style and Template for the PaneTabItem and put that in the application's resources (or that of the xamdockmanager/ancestor but then if you want it to affect the floating tabgroups as well you would also need to hook the ToolWindowLoaded event and add it to the resources of the ToolWindow). You can copy the xaml we provide in the DefaultStyles folder as a starting point for your custom template.

Children
No Data