|
-
Jan 20th, 2003, 04:12 PM
#1
Thread Starter
New Member
treeview
Hello,
I have a question that I can't seem to find the answer to.
I have a treeview that will look something like this.
1
---1.5
2
---2.4
---....
3
---....
what I want to do is add a node of 1.6 to the treeview when I click a button then when I click another one add the node of 1.6.2 under 1.6.
Thanks.
-
Jan 20th, 2003, 04:47 PM
#2
Sleep mode
-
Jan 20th, 2003, 09:22 PM
#3
Thread Starter
New Member
That is close to what I need. Instead of adding data to the selected node i need to add it to a specific place.
Any ideas?
-
Jan 20th, 2003, 10:19 PM
#4
Sleep mode
Originally posted by stimey
That is close to what I need. Instead of adding data to the selected node i need to add it to a specific place.
Any ideas?
this must be the way you want it to work!
-
Jan 20th, 2003, 10:22 PM
#5
Sleep mode
either you write the index in the textbox or you can fix the index number of the new treenode from the code.
-
Jan 21st, 2003, 12:08 AM
#6
Thread Starter
New Member
I think that will do it.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|