I have a button for selecting the next node in a treeview including the children of node if there are any. Node.NextNode doesn't work because it skips the children. Starting with a SelectedNode, how can I traverse down a tree selecting
each next child with a button click event?
REvans