Different Forecolor in listbox
How do I add listbox forecolor differently on each line ?
For example, line1 is red, line2 is black, line3 is red, line4 is black and so on.
Is there a trick ? Is that possible ?
Thanks !
How do I add listbox forecolor differently on each line ?
For example, line1 is red, line2 is black, line3 is red, line4 is black and so on.
Is there a trick ? Is that possible ?
Thanks !
With netcf v2.0, you can use a ListView instead and ListViewItem supports both ForeColor and BackColor.
Cheers
Daniel