How to change forecolor for all subitems in listview.
I have 2 columns, I need column 1 white, and second (subitems) column gray color.
tried this after setting gray color from items & subitems UI,
listView1.Items[0].UseItemStyleForSubItems = false;
but not working for items[1].
Any solutions?
Thanks
I have checked that code. It is working. I think it will work for you too. A detail discussion is available in the given link. Thank you.
Addional Information: There is a very similar question is available on that link. Please check the provided link: How can I change the ForeColor of a single sub item in a ListView control?