Hi All,
I don't want to build a custom theme per-se, but I'd like to make a couple of adjustments to the WMP11 theme. Specifically, I'd like to change the forecolour of the check boxes on the AutoFilterControl. By default, it is black, but on a dark gradient background, it hardly shows up.
I've tried redefining the control template for ColumnManagerCell, but it is very complex.
Any pointers on how to achieve something like that below?
<Style TargetType="{x:Type DataGrid:AutoFilterControl}">
<Setter Property="Foreground" Value="White" />
</Style>