Hi,
Currently, the PropertyGrid (and the other toolkit controls) have a system theme(for windows7 and windows 8).
v2.1 of the "Extended Toolkit Plus" will let you theme all the toolkit controls (and the Microsoft controls) with the following themes :
-Office2007 Blue
-Office2007 Black
-Office2007 Silver
-MetroDark with an accentColor
-MetroLight with an accentColor
In the meantime, if you only want to modify the foreground color of the PropertyGrid, you can go in file :
Xceed.Wpf.Toolkit/PropertyGrid/Themes/Generic.xaml (for windows 7)
Xceed.Wpf.Toolkit/PropertyGrid/Themes/Aero2.NormalColor.xaml (for windows 8)
, modify whatever brush you want and recompile.
Currently, the PropertyGrid (and the other toolkit controls) have a system theme(for windows7 and windows 8).
v2.1 of the "Extended Toolkit Plus" will let you theme all the toolkit controls (and the Microsoft controls) with the following themes :
-Office2007 Blue
-Office2007 Black
-Office2007 Silver
-MetroDark with an accentColor
-MetroLight with an accentColor
In the meantime, if you only want to modify the foreground color of the PropertyGrid, you can go in file :
Xceed.Wpf.Toolkit/PropertyGrid/Themes/Generic.xaml (for windows 7)
Xceed.Wpf.Toolkit/PropertyGrid/Themes/Aero2.NormalColor.xaml (for windows 8)
, modify whatever brush you want and recompile.