I want to relocate some controls from one part in the visual tree to another.
- can I do this?
- and direction or hint on how to?
I want to relocate some controls from one part in the visual tree to another.
Simply remove the control from its parent, and then add it to the new parent.
Yes, you can use Insert, this way you are able to choose exactly where its index is in the visual tree.