Double-click beavior on a TreeNode checkbox
问题 I have a TreeView populated with TreeNodes having icons and checkboxes. I've been tryig to disable the checkig/unchecking ability of some of them discarding the event in the BerforeCheck method. This works fine, until I double click on the checkbox: the image of the checkbox is the opposite of its real state (it shows a check mark if the status is Checked=false ). I've tried to fix that changing the StateImageIndex manually in the NodeDoubleClick and BeforeClick method with no success. Even