c# - How change the color of SelectedItem in CheckedListBox in WindowsForms? -
I want to change the color of hidden items in CheckedListBox in C # WindowsForms.
Can anyone help me in solving this problem!
This should start with I have a checked listbox
subclassed and drawing event The result is that the items checked in the list are drawn from the red background.
Playing around this, if you want to see the area behind the checkbox as a different color, then use e Griffix. Before calling on File Rectangle
base.OnDrawItem
.
Comments
Post a Comment