Appends a child node to the current node.
When working with nodes that are already in the TreeView then it is always a lot faster if you can use the AppendNode method on the TreeView control that takes a index as parameter.
This method mostly has purpose when adding to a parent node that is not yet a part of a TreeView control.