I have a TreeView control in my WinForms .NET application that has multiple levels of childnodes that have childnodes with more childnodes, with no defined depth. When a use
nodParent As TreeNode 'nodParent = your parent Node tvwOpt.Nodes.Find(nodParent.Name, True)
Thats it