Moving a tree node up/down

  • Thread starter Thread starter Tim Nelson
  • Start date Start date
T

Tim Nelson

Is there a simple way to "switch" treenode with one above or below it on
the same level? Since prevnode and nextnode are read-only, the only way
I can think to do it is to get the tree node collection for my branch of
the tree, remove them all and then re-add them in a different order.
Any ideas?
Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top