I\'m trying to populate a treeview from an XmlDocument.
The Root of the tree is set as \'Scripts\' and from the root the next level should be \'Departments\' which is within the
Depending upon the size of your XML file, you could consider using an associated List for fast lookup. As you add each node to the TreeView also add it to the List.