I am using the WPF Extended Toolkit PropertyGrid in a WPF app which also uses MahApps.
I have set the application theme to BaseDark
.
When I display PropertyGrid, the text in the first column of the grid and in the Search textbox is white on a white background.
I would like to change the Foreground
color of this text to black.
I have tried applying this Foreground
color to various target controls (i.e. TextBlock
, TextBox
, DataGridCell
) in PropertyGrid.Resources.Style
but this has not changed these particular texts.
What should I do to achieve this?