Is there a way to change the dull gray that is the background color of
datagrid control? I know I can change the backcolor property for the text
box portion of the grid, but how about the grid itself?
Mark
Jeff Johnson - 01 Aug 2008 00:27 GMT
> Is there a way to change the dull gray that is the background color of
> datagrid control? I know I can change the backcolor property for the text
> box portion of the grid, but how about the grid itself?
Not without subclassing it or changing a default Windows color system-wide
(which is a VERY bad thing to do).