It's a docking container. It has to dock somewhere. The clue is in the name.
It's even in the constructor code:
if not ( side = dock_at_left or side = dock_at_right
or side = dock_at_top or side = dock_at_bottom ).
side = dock_at_left.
endif.
There's no escape.