Hi,
Thanks to many codes over the web(specially this one www.codeproject.com/cs/miscctrl/custompropertygrid.asp) I've been able to use the .net propertyGrid the way I wanted. Including Editors and Converters. Now I have a really special question. Since the propertyGrid fields and properties are not all accessibles, it's a really pain in the... to change the back color of a gridItem. By using a Editor(the same for all my properties) I have been able to go through...Altmost. I can now display the color I want for a gridItem (on the 'value' part) but since I just redraw a rectangle and fill it with the appropriate color I still have a white back color for the text representation which makes my propertygrid simply ugly.
Therefore, Does anybody know how to fully customize the back color of a gridItem within the propertygrid ? I'm getting mad %D
Thanks