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
Use these methods:
myControl.SendToBack(); myControl.BringToFront();