Treeview Question

lothos12345

Junior Contributor
Joined
May 2, 2002
Messages
294
Location
Texas
Is there away to make only the child nodes have a checkbox and not the parent nodes? Any help offered is greatly appreciated.
 
The easiest thing I can think of is to use images for your checkboxes. I don't know why there isn't a property on the TreeNode class to have a checkbox.
 
One more question

How can I look through the items in my treeview and get the checked items in the treeview? And as always any help offered is greatly appreciated.
 
Back
Top