C # .NET 3.5 CF on Windows CE, changing row background color in DataGrid

I am using C # .NET 3.5 CF for Windows CE. I am working on a dataGrid and should know how to change the background color of a row in a dataGrid. thanks in advance

+5
source share
1 answer

You must manually draw it. Here's a blog article describing the "selection" of a line that simply draws it in a different color.

+6
source

All Articles