I have a listview that has 2 columns and 2 rows what I want to be able to do is change the backcolor but just for individual cells. I have used the following code but it does not seem to have any effect, can anyone see why?
Cheers
Simon
Code:
me.lstview.items(0).subitems(0).backcolor = system.drawings.color.red
Cheers
Simon