I followed the following tutorial (answer) to create a treeview which is bound to datatase, the only exception being that I have my treeview in a user control.
Populate WinForms TreeView from DataTable
My problem is that after adding a new node or child node the tree doesn't get updated. I have tried to refresh, expandall etc the tree but still doesn't show the newly added node. Bear in mind it is in usercontrol and I'm adding new nodes from parent form.