E
Ernest Cook
Does anyone have any real world experience using the .Net version of the
treeview control? If so, Can you recommend any good documentation sources
for learning more about it. i.e. Methods, etc.
I have a few different samples projects and am looking for many more to help
me understand everything I can about it.
One of my current issues is in trying to add a node. I use the ADD method
but under the .net version, you MUST add the node under the parent which
assumes you have a reference to the node collection:
(i.e tvParentNode.Add ("New child Node description")
If I don't have reference to the parent node, how do i get it?
tvOntheForm.Nodes() requires an integer. I know the value I put in the
description, but the index can change ?
treeview control? If so, Can you recommend any good documentation sources
for learning more about it. i.e. Methods, etc.
I have a few different samples projects and am looking for many more to help
me understand everything I can about it.
One of my current issues is in trying to add a node. I use the ADD method
but under the .net version, you MUST add the node under the parent which
assumes you have a reference to the node collection:
(i.e tvParentNode.Add ("New child Node description")
If I don't have reference to the parent node, how do i get it?
tvOntheForm.Nodes() requires an integer. I know the value I put in the
description, but the index can change ?