Hello,
I'm trying to add checkboxes to the tree control.
One image for the checked state, and one image for the unchecked.
The event Selchanged made the image change so it's ok.
But when I click on the same item it's desnt work.
So I use the OnClicked event with dcl-Tree-GetSelectedItem, but this function is always returning the actual selected item.
Did I missed something ?