A
Adam Sandler
Hello,
I have a treeview with a node where the children are read/populated
directly from a database. Some of the text which comes from this
database isn't always user friendly. I'd like to change the some of
the text.
But I don't see any members which represent a collection of items
underneath a given node. So, if I'm looking at something like this on
the screen:
--MapItems
|--roads
|--lakes
|--borders
|--rivers
TreeView1.Nodes.Count only returns 1... how can I get a hold of the
stuff belonging to a node so the text can be edited?
Thanks!
I have a treeview with a node where the children are read/populated
directly from a database. Some of the text which comes from this
database isn't always user friendly. I'd like to change the some of
the text.
But I don't see any members which represent a collection of items
underneath a given node. So, if I'm looking at something like this on
the screen:
--MapItems
|--roads
|--lakes
|--borders
|--rivers
TreeView1.Nodes.Count only returns 1... how can I get a hold of the
stuff belonging to a node so the text can be edited?
Thanks!