You can use the MoveTo() method on any view to move it from its existing parent (Container) to another one.
MyTextBox.MoveTo(MyStack);