问题
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
回答1:
You have to manually draw it. Here's a blog article describing "selecting" a row, which is just painting it with a different color.
来源:https://stackoverflow.com/questions/7163481/c-sharp-net-3-5-cf-on-windows-ce-changing-row-background-color-in-a-datagrid