Adding nodes to a treeview instance is easy - just use addNodes method, set its Text property and add it to the Nodes collection of the treeview instance. You can add unlimited levels of nested nodes at once - each node has its own Nodes collection of child nodes.