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
70
XamDockManager Backgruound Transparent
posted

I have a problem with XamDockManager. 

i want create a TabGroupPane with transparent background.

In the window preview area of Visual Studio 2008 working correctly, but when lanch application the backgroud is white.

This is the code :

 <my:XamDockManager Name="xamDockManager1" Background="Transparent" >
 <my:DocumentContentHost Background="Transparent">
  <my:SplitPane>
   <my:TabGroupPane Background="Transparent">
    <my:ContentPane Header="Primo" Background="Transparent">
     <Button Height="30">dd</Button>       
    </my:ContentPane>

    <my:ContentPane Header="Secondo" Background="Transparent">
    </my:ContentPane>
      
   </my:TabGroupPane>     
  </my:SplitPane>
 </my:DocumentContentHost>
</my:XamDockManager>

 

Thanks

Ivan Senatore