Without wanting to explicitly anchor all sides of the controls as in Michl solution, I think that the OnCreate event is too early. There are many properties which do not yet have their final values, and this may depend in detail on the widgetset.
But if I apply the anchoring commands later in the OnActivate event everything works fine.