How do I color CheckedListBox items in VB.NET?

Quark picture Quark · May 30, 2011 · Viewed 8k times · Source

I am making a personal application in VB.NET that uses a CheckedListBox to store items. I have three buttons on my form, with which I would like to change the selected item's color with (to green, orange, and red.)

I have tried numerous approaches to this issue and have had no such luck. Could someone lend a helping hand?

Answer

Devin Burke picture Devin Burke · May 30, 2011

Use a ListView instead. It has support for checkboxes and selected item colors.