工作学习 / IT技术讨论 / C# Window Application: How to set DataGrid row color
-prod4less(prod4less);
2004-8-4{228}(#1829405@0)
In my C# windows application. I need to setup different row color base on different value. for example, if coloum1 value is 1, set this row is Red, if column1 value is 2, set this row is blue, etc. Any help would be appreciated.
Check this site and see if it's useful to you
-schen(糊涂阿福);
2004-8-5{61}(#1830489@0)
it's different. it likes an event in cell. you can not find other cells in same row. I am a new guy in C#. I have no more experience in DataGrid.
-prod4less(prod4less);
2004-8-7(#1833046@0)