Hi,
I'm trying to change the HEADER background but my only success left the control inoperable - the sorting and filtering did not work.
I need the *HEADER ROW* background to be this gradient:
<Setter Property="Background">
<Setter.Value>
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
<GradientStop Color="#FF25578A" Offset="0" />
<GradientStop Color="#FF25578A" Offset="1" />
<GradientStop Color="#FF25579A" Offset="0.42" />
<GradientStop Color="#FF003F87" Offset="0.43" />
</LinearGradientBrush>
</Setter.Value>
</Setter>
..any help would be appreciated.
Barry