is this possible with a DataGridView?

J

Jeff

..NET 2.0

On my form I have a DataGridView, I want the rows in this DataGridView to
have different background colors. The data presented on the rows are of 3
types: A, B or C.... For the user to easy see what type the data on each row
have I want to individually set the background color of each row... For
example rows with data of type A gets a light-blue background color, B gets
light green and C get a light red color...

Is this possible in DataGridView?

If it is possilbe then how??

Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top