Hello
I have a tree view control on a form with some nodes in it. When I add/remove/change nodes, the tree disappears and then repaints. I have used the BeginUpdate and EndUpdate methods, but this makes no difference. Is there any way I can stop the application from clearing the treeview from the screen before repainting it
Cheers.