Vassili Philippov (vasja@spbteam.com), May 16, 2002.
I am using a tree control in my eVC application. I want to display checkboxes for the tree items. I have selected checkbox option in the properties dialog but when I added nodes to the tree it is not displaying checkboxes. How can I fix it?
By some reason the tree control shows checkboxes only when an image list is assigned. If you do not need images in the tree control you can create a dummy image list with images that look like checkboxes.
You can download a sample project with sources - CheckboxTree.zip (18Kb).