Hey guys,
I have a tree view. When I load it, it has 200 + nodes added to it, and is displayed with 2 levels expanded. Since this tree view is a userinterface for security settings, I have checkboxes viewable on the treeview.
What i'd like to do is when a button is clicked, code cycles through the nodes, checks if the checkbox is checked, and saves an ID attribute of hte node. Here's my problem: The TreeView responds that it only has ONE (1) node! But I can traverse the tree to all of them that I added.
Any thoughts on why its doing this, and on how I could accomplish my task?
Thanks guys,
Jack
I have a tree view. When I load it, it has 200 + nodes added to it, and is displayed with 2 levels expanded. Since this tree view is a userinterface for security settings, I have checkboxes viewable on the treeview.
What i'd like to do is when a button is clicked, code cycles through the nodes, checks if the checkbox is checked, and saves an ID attribute of hte node. Here's my problem: The TreeView responds that it only has ONE (1) node! But I can traverse the tree to all of them that I added.
Any thoughts on why its doing this, and on how I could accomplish my task?
Thanks guys,
Jack