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
1405
Remove Transparency of ContentPane Header Background
posted

I have following heirarchy of XamdockManager.

<XamDockManager Background="Transparent">

<XamDockManager.Panes>

<SplitPane>

<TabgroupPane>

<ContentPane>

</ContentPane>

<ContentPane>

</ContentPane>

<ContentPane>

</ContentPane>

</TabgroupPane>

</SplitPane>

</XamDockManager.Panes>

</XamDockManager>

I have 3 contentpane under a tabgroupane. The background of non-selected Header of contentpane is Transparent. I want to remove this transparency. The background of active Header of contentpane is working fine. The background of header of contentpane on mouseover is working fine.

I have searched out the whole Style for this and applied various workaround, but none is successful. The transparent background of XamDockManager should not be removed.

I hope the situation is clear.

Do help.