Disable checkbox in treeview

fedry

Member
Joined
Mar 25, 2008
Messages
8
Programming Experience
Beginner
Hi all,

Is is possible to disable/enable checkbox of nodes in a treeview?
What I want is not checked or not checked.


Thanks,
FK
 
Look into TreeView Properties, see if CheckBoxes is what you want or not want.
If not you can set it False and operate your own state image, see TreeView/TreeNode StateImage.... for this.
 
nope.... for the checkboxes property will affect all the nodes. No worry, I have found the solution, I found a .dll called TriStateTreeView. :)

Thanks.
 
I would use the StateImage functionality in that case, you can show a checked/unchecked box or no box at all.
 
Back
Top