Hi Techies,
I have added datagridview in my windows application, i have set the
Column header color to some color, but it is not reflecting the color
whatever
i set there.Its just showing the color "Control".I am using Win XP OS,
But the samething is working perfectly in Win 2000 Prof, what could be
the problem, how can i resolve it.....
Enviroment :-
-------------------
IDE - VS 2005
Lang - c#
Framework - 2.0
Application - Windows
OS - Win XP
Expecting solution
Thanks
Patrice - 26 Jul 2006 14:50 GMT
You have to set the DataGridView.EnableHeadersVisualStyles to False so that
the XP theme is not used to paint those cells...

Signature
Patrice
> Hi Techies,
>
[quoted text clipped - 15 lines]
> Expecting solution
> Thanks
sudhaoncyberworld@gmail.com - 27 Jul 2006 05:17 GMT
Thanks a lot, it worked out
> You have to set the DataGridView.EnableHeadersVisualStyles to False so that
> the XP theme is not used to paint those cells...
[quoted text clipped - 21 lines]
> > Expecting solution
> > Thanks