I want to color each list view cell\'s BackColor using a different color. Is this possible?
If you use this property, then it works:
myListView.Items[i].UseItemStyleForSubItems = false;