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
20
Hide or disable Header from TabGroupPane
posted

hello,

I've the following code:

 <igDock:DocumentContentHost x:Name="centralProcContainer">

<igDock:SplitPane>

 

 

 

 

<igDock:TabGroupPane Name ="tabContainer">

 

 

 

<igDock:ContentPane Name="paneClient" AllowClose="False" AllowDocking="False"

 

 

 

igDock:SplitPane.RelativeSize="50,50" IsPinned="True" AllowDockingInTabGroup="False"

 

 

AllowFloatingOnly="False" AllowPinning="False" AllowInDocumentHost="False"

 

 

BorderThickness="0" >

 

 

 

 

<mdi:MdiContainer Name="MdiContainer"

 

 

 

Background="{Binding ElementName=mainContentView, Path=Background}"> 

 

 

 

</mdi:MdiContainer> 

 

 

 

</igDock:ContentPane> 

 

 

 

</igDock:TabGroupPane> 

 

 

 

</igDock:SplitPane> 

 

 

 

</igDock:DocumentContentHost>

 So my question. How can i hide  or disable the Header from the TabGroupPane?

 

thanks