Change row colors in Compact Framework DataGrid

How can I use non-default coloring in a DataGrid control in a compact Windows CE framework application?

I need to color one line in color X and one line in color Y (basically alternating line colors).

+4
source share
1 answer

You will have to manually execute a custom drawing. Ilya on the CF team has a simple example:

+5
source

All Articles