Tree Control

Started by Jim Short, March 18, 2009, 06:02:21 PM

Previous topic - Next topic

Jim Short

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?
Jim Short

owenwengerd

You should be able to do this by setting SingleClickExpand to false, then toggling the image in the OnClicked event.

Jim Short

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?
Jim Short

owenwengerd

Hmm, then I'm out of ideas. This should definitely be possible, so I'd say a feature request is in order.