Hi,
Here is my problem:
How can I move a node in a treeview.
for example
Root
--1
----11
----12
----13
----14
--2
etc...
Now I would like to select 14 and move it one up so the result would be:
Root
--1
----11
----12
----14
----13
--2
etc...
If you know the answer to my problem, please help me?
Code examples would be very helpful
thanx
Here is my problem:
How can I move a node in a treeview.
for example
Root
--1
----11
----12
----13
----14
--2
etc...
Now I would like to select 14 and move it one up so the result would be:
Root
--1
----11
----12
----14
----13
--2
etc...
If you know the answer to my problem, please help me?
Code examples would be very helpful
thanx