Changing row colors in the Compact Framework DataGrid

前端 未结 1 1620
滥情空心
滥情空心 2020-12-06 14:13

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

I need to color one row in color X and one row in color Y (

相关标签:
1条回答
  • 2020-12-06 15:10

    You'll have to manually do custom drawing. Ilya on the CF team has a straightforward example of doing it on the team blog here.

    0 讨论(0)
提交回复
热议问题