Jimmy Turnip
Registered User.
- Local time
- Today, 19:14
- Joined
- Sep 26, 2000
- Messages
- 18
Hi there,
I've just begun working out how to use a TreeView control. I can fill it with nodes using data in a table, but that's about as far as I've got.
I can't find a definitive list of treeview and node properties and methods that can enable me to do other things, like have the user add/edit/delete/move nodes and then update the data in the table accordingly.
Also, the data is organised so that each record corresponds to a node and has NodeID (autonumber), ParentNodeID (=0 for root nodes), and NodeName fields. Is there a better way of doing this?
Any advice you could give me would be great.
Thanks a lot.
I've just begun working out how to use a TreeView control. I can fill it with nodes using data in a table, but that's about as far as I've got.
I can't find a definitive list of treeview and node properties and methods that can enable me to do other things, like have the user add/edit/delete/move nodes and then update the data in the table accordingly.
Also, the data is organised so that each record corresponds to a node and has NodeID (autonumber), ParentNodeID (=0 for root nodes), and NodeName fields. Is there a better way of doing this?
Any advice you could give me would be great.
Thanks a lot.