Jim
2009-03-19 01:02 UTC
Say the image of a node is a check mark. Is there a way to click on the image and toggle the check mark without expanding the node?
owenwengerd
2009-03-19 01:35 UTC
You should be able to do this by setting SingleClickExpand to false, then toggling the image in the OnClicked event.
Jim
2009-03-19 13:31 UTC
This almost works. The OnClicked event fires every where on the tree control such that the highlighted node toggles no matter where or who is clicked. Is there an event that fires only on the selected node?
owenwengerd
2009-03-19 15:15 UTC
Hmm, then I'm out of ideas. This should definitely be possible, so I'd say a feature request is in order.