wpfvisual-tree

Is there a way to move controls in the visual tree? (WPF)


I want to relocate some controls from one part in the visual tree to another.


Solution

  • Simply remove the control from its parent, and then add it to the new parent.