May i know how to set the Datagrid Header background using the imagebrush? I know how method to set the background color (like the code snippet). But i need to know how about imagebrush? Any advice? Thanks
p/s: i found a sample here, but doesnt work.....
xaml code snippet:
<DataGrid.Resources>
<Style TargetType="{x:Type DataGridColumnHeader}">
<Setter Property="Background" Value="Yellow"/>
</Style>
</DataGrid.Resources>