Hello everyone,
I want to have a column in a tree that only has a checkbox on each line. I read that in order for the users to be able to interact with the checkbox, I have to set the tree's ATTR_TREE_EDITABLE_CELLS to TRUE. However, I do NOT want the tree to be editable (none of its cells). So, how could I do this?