I want to use string grid in my C++ Builder XE Program in two alternate color of white & sky blue. I want to make odd raw white & even raw sky blue so please tell me how can i do it.

Please help me to do so in C++ Builder XE

link|improve this question

20% accept rate
feedback

1 Answer

You must use the OnDrawCell event to draw all of the cells yourself manually. You can then assign whatever colors you want to the grid's Canvas while drawing.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.