I've encountered an issue with the ordering of docked UserControls. I have 2 that are docked to "Top", and the order that they appear is the opposite of what I wanted.
What I've tried:
- I tried reversing the order in the .Designer.cs to make it work, and while that worked in the UI Designer, it reverted while running!
- I've also tried deleting the controls and adding them in various orders back to the form. This didn't work either.
This is in C# 2.0, VS 2008.
How can I resolve this docking problem?
Thanks, Sean