A VBoxContainer
is designed to automatically rearrange nodes. Same goes for HBoxContainer
, MarginContainer
, CenterContainer
, and GridContainer
.
If you don't want the container to automatically position its children, use a plain ol' Container
. You can still anchor the children where you want them relative to the parent Container
.