Click here to Skip to main content
15,910,980 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i change checkedlistbox selection colour?

in case of list box we have DrawItem event. if any event like this in checkedlistbox ?

What I have tried:

How can i change checkedlistbox selection colour?

in case of list box we have DrawItem event. if any event like this in checkedlistbox ?
Posted
Updated 26-Apr-16 3:37am

1 solution

Check this. tested works fine.

c# - How to dynamically change / set checkedListBox item fore colour - Stack Overflow[^]

Create a class file with the code provided in the link
build the solution.
Now you will get the control (CustomCheckedListBox) in the ToolBox.
Drag and drop the control in the Form (Design).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900