Jun 4, 2001 #1 TailWagger Technical User Joined Nov 1, 2000 Messages 18 Location US Does anyone have routines that respond to buttons being clicked to expand and collapse all nodes in a treeview? Thank you very much!
Does anyone have routines that respond to buttons being clicked to expand and collapse all nodes in a treeview? Thank you very much!
Jun 4, 2001 #2 Liberty Programmer Joined Aug 25, 1999 Messages 16 Location US The treeview has an event that can take care of all this. Expand/Collapse. And you can check the siblings/children of each node. Upvote 0 Downvote
The treeview has an event that can take care of all this. Expand/Collapse. And you can check the siblings/children of each node.