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: emartin **
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: emartin **
Thanks for the hint. But since we don't want the Toolkit to depend upon an external Dll, the "standard" color was harcoded in the Toolkit.
You can always set/Bind the "PropertyGrid.Background" property to the dll you are refering in your project to do the job.