Search code examples
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.

  • can I do this?
  • and direction or hint on how to?

Solution

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