
Moving Treeview Node to same level but different position
I have treeview where I want to move nodes at the same level to different
positions.
Parent
- - Child 1
- - Child 2
- - Child 3
I want to move Child 3 to the position before Child 1. How can I do this?
Thomas Schoch