lothos12345 Posted June 26, 2006 Posted June 26, 2006 Is there away to make only the child nodes have a checkbox and not the parent nodes? Any help offered is greatly appreciated. Quote
Leaders snarfblam Posted June 26, 2006 Leaders Posted June 26, 2006 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. Quote [sIGPIC]e[/sIGPIC]
lothos12345 Posted June 27, 2006 Author Posted June 27, 2006 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. Quote
mandelbrot Posted July 11, 2006 Posted July 11, 2006 Create an array then use a recursive sub-routine to add the reference to each node to your array list - probably the easiest way. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.