Tree and Checkboxes

Started by pingoo666 · 2026-06-22 09:41 UTC · 0 replies · SMF topic #3006

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 ?