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
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