I have implemented a toolwindow with PropertyGrid from Extended WPF toolkit.
The propertyGrids colour doesn't align with the changed colour theme of Visual Studio.
I could change the Background of the PropertyGrid, but the list and sort button that comes with PropertyGrid doesn't changes it's colour.
Please refer the screenshot for the details
Comments: ** Comment from web user: tsgd84 **
The propertyGrids colour doesn't align with the changed colour theme of Visual Studio.
I could change the Background of the PropertyGrid, but the list and sort button that comes with PropertyGrid doesn't changes it's colour.
Please refer the screenshot for the details
Comments: ** Comment from web user: tsgd84 **
Microsoft.VisualStudio.Shell.VsBrushes.NewProjectBackgroundKey in Microsoft.VisualStudio.Shell.10.0.dll shall provide the color of the theme
Background="{DynamicResource {x:Static Microsoft.VisualStudio.Shell:VsBrushes.NewProjectBackgroundKey}}" shall set the respective colour