treeview.checkboxes property

  • Thread starter Thread starter Abraham Luna
  • Start date Start date
A

Abraham Luna

i have a treeview that i set the checkboxes property to true.
i don't want to display the checkbox for all the treenodes, just the ones
that need them. is there a setting on the treenode that can hide its
checkbox?
 
Hi Abraham,

I'm afraid not. CheckBoxes are set for all or none of the Nodes. In C# 2.0 you can handle the drawing yourself and display CheckBoxes only where you want. I would advice against it though as the client might not realize that the sub nodes are in fact checked as well.
 
thank you. i'm gonna start researching how to handle the drawing myself
because i am using 2.0
do u happen to know of any resources that can help me
 
Back
Top