Color in a listbox

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

Alberto

I'd like to change the black color of the text in a column of a ListBox but
I don't know how to do it. I'm trying with
lst.Items.SubItems[1].ForeColor = System.Drawing.Color.Red;

but it doesn't work.

How can I do it? Thank you
 

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