« on: November 01, 2009, 12:39:54 PM »
I think that when newNode.AttachTo(treeView) is called, then it should not be necessary to also call treeView.Nodes.Add(newNode).
I found that I had to call both functions to make my code work (if I do not, then the column that should display a custom control displays nothing).