docking is dependent on the index of the child controls in the
ControlCollection. If what you're seeing at designtime is correct, it
should be the correct order of the controls. control added last is
layout-ed first. try to experiment with controls using dock and manipulate
their z-orders using sendtoback and bringtofront contextmenus.

Signature
Joey Calisay
http://spaces.msn.com/members/joeycalisay/
> I have a collection of usercontrols with each usercontrol having the
> DockStyle set to Top. When I add the controls add design-time, they are
[quoted text clipped - 4 lines]
> Thnx
> Klenne