[resolved] changing the forecolor of listview's subitem
hello all,
i got some code here that i should be expecting to display the red color on "Produce" category name in Northwind's categories... but the thing is, it displays red for the whole row... can anyone help... what did i miss? thanx in advance guys...
You need to set the UseItemStyleForSubItems property of
the parent ListViewItem to false before the
individual subitem settings will have any effect, i.e.