Is it possible to change the backgound color per item in a listbox.
I only seem able to set the color for the whole listbox rather than an individual item - I was hoping something like:
ListBox1.Items(i).BackColor = Color.Green
would do the job, but no luck....anyone have any suggestions?