C# .NET 3.5 CF on Windows CE, Changing row background color in a DataGrid
I am using C# .NET 3.5 CF developing for Windows CE. I am working on a dataGrid and need to know how开发者_开发技巧 to change the background color of a row on the dataGrid. Thanks in advance
You have to manually draw it. Here's a blog article describing "selecting" a row, which is just painting it with a different color.
精彩评论