[RESOLVED] Help with checkedlistbox
Hi, i need a little bit of help with the checkedlistbox.
What i want to do is add a phrase or a reminder and if i check the checkbox of that item, i want the text to be strikeout (the text with a line in the middle) and when the form closes i want it be removed from the checkedlistbox.
Any ideas?
Thanks in advance!:D :D
Re: Help with checkedlistbox
You'll have to customdraw the text of your checked listbox.
Re: Help with checkedlistbox
I'm not sure how eas that would be with a CheckedListBox. The documentation for the DrawMode property says that it's not intended to be used by application developers. I guess that's because custom drawing would prevent the check boxes being drawn. You might be better to use a ListView or DataGridView instead.