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
670
Redefinie Header
posted

Hello,

When I redefine Header of a igDock:ContentPane Like this :

<

 

igDock:ContentPane.Header>

 

 

<StackPanel Orientation="Horizontal">

 

 

<TextBlock Foreground="White" Text="Elements"/>

 

 

<TextBlock Foreground="White" Text=" ("/>

 

 

<TextBlock Foreground="White" Text="{Binding Depots.Count}"/>

 

 

<TextBlock Foreground="White" Text=")"/>

 

 

</StackPanel>

 

 

</igDock:ContentPane.Header>

 

 

 

 

</igDock:ContentPane.Header>

I have on error when I pinned the panel : {"The specified item is already the logical child of another element. Disconnect it first."}

An issue ? Thanks in advance !

Parents Reply Children
No Data