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
655
Default style for TabGroupPane when in DocumentContentHost
posted

When TabGroupPane is hosted in the DocumentContentHost the tabs look different, where is this default style found inside of the default style templates?

Parents
  • 54937
    Suggested Answer
    Offline posted

    The tab items are instances of the PaneTabItem class. The default style conditionally sets the Template property to different values depending on the location.

    • Unpinned - igDock:PaneTabItem.UnpinnedTabItemTemplateKey
    • Document - igDock:PaneTabItem.DocumentTabItemTemplateKey
    • Otherwise - igDock:PaneTabItem.DockableTabItemTemplateKey

    If you search for PaneTabItem you will find the default style(s). If you search for those keys listed above then you will find the default templates.

Reply Children