treeview.checkboxes property

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?
 
M

Morten Wennevik

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.
 
A

Abraham Luna

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top