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.
 
Back
Top