Row Color for ListView

  • Thread starter Thread starter Alberto
  • Start date Start date
A

Alberto

how I can change the ForeColor of a ListView row?

I try with
ListView1.Items(x).SubItems(0).ForeColor = Color.Red

but not work.... :(

tx in advance
 
Not supported. You can use custom list controls to achieve this. See e.g.
ListBoxEx class in OpenNETCF SDF
 
Back
Top