probably as a concession to data storage.
Rather than having storage in the container for each control and having to
manage changes to that storage when a control is added or remove, the
storage for the location is allocated in the control itself and gets managed
when you remove the control.
> By that I mean, should the layout of the Form's container tell the child
> controls where to go. Not the other way around, where the child control
[quoted text clipped - 4 lines]
>
> Thanks