As the title states, I\'m looking for a way to control the order in which the items dock to the top of my control.
I\'ve played with the windows form designer, and
A control has two methods to achieve what you are looking for: BringToFront and SendToBack.
BringToFront
SendToBack
Use the FlowLayoutPanel it does exactly what you want.