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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top