I want to color each list view cell's BackColor using a different color. Is this possible?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Generic Generics in Managed C++
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
To change the colour of a cell's
BackColor
, you can do this:The first line,
Will make it so that the row of cells is not all coloured the same colour.
Here is a demo picture:
Hope this helps!
If you use this property, then it works: