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
215
ExpanderBar not displaying
posted

I'm styling the expanderbar as below. I can't get it to show. It could be the theme that it's overriding it but I need to set this in a shared resource file, not on part of the actual XamDataGrid resources. Can someone please suggest how to set this in a resource file? Thanks.

<Style TargetType="{x:Type igControls:ExpanderBar}" >

<Setter Property="Background" Value="Blue"/>

<Setter Property="Margin" Value="1,10,1,1"/>

<Setter Property="BackgroundHover" Value="Green"/>

<Setter Property="Visibility" Value="Visible"/>

</Style>

Cristina.