I have a CListCtrl with checkboxes. I want to be able to disable one of the items so that the user cannot click the checkbox. Is this possible? If so, how?
Edit: Found the specifics on how to hide a checkbox in another question Need only some rows in a CListCtrl control to have check boxes
Shortly: Not easily possible.
You’ll need to sub-class the
CListCtrland implement this behavior on your own or download for example the MFC Grid Control that allows you to do that.As for the removing check-boxes idea, yes, that might be possible, MSDN: