--
You received this message because you are subscribed to the Google Groups "Virtual Treeview" group.
To unsubscribe from this group and stop receiving emails from it, send an email to virtual-treevi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
So you are supplying your NodeData as optional second parameter of AddChild(), did I get this right?
We can't simply chnage the code order in AddChild() without introducing other issues. A possible solution might be to use a combination of MakeNewNode() and InternalConnectNode() in AddChild(), instead of calling SetChildCount() with +1.