I've seen just the opposite with WinForms in C#: design-time munging of the UI but at run-time it is all laid out correctly. For that problem I found the easiest (and rather silly) thing to do was close the form (without saving), then reloading the form.
Lwatson wrote:
[snip]
First
Has anyone else out there seen or experianced the Visual Studio forms designer in C# projects just arbritrarily munging the placement of controls at run time when in design time there they sit right where we put em. Note we are being carefull NOT to touch the forms designer generated code only touching the one place in the constructors where we are supposed to put our own code.
[snip]