I'm having a variety of weird issues with the WinForms Designer and wondering if anyone knows of a fix. I'll just lay out some of the symptoms here (in case they're all symptoms of the same problem).
I have an issue where my tabpage controls are getting "compressed" into the top left corner when I close and re-open the designer for the form.
The controls that seem to be affected are anchored to the Bottom (sometimes Bottom-Left, sometimes Bottom-Right but always includes "Bottom"). If I move the controls to where they're supposed to be, save, close the designer, then reopen it - they're all "compressed" back in the top left corner.
Even weirder is that the properties shown in the properties pane for some of the controls (the checkbox for instance) does not match what is in the Form.Designer.cs file (Form.Designer.cs has the correct location values):
When running my application, it shows the "compressed" controls and doesn't reflect the values in the Form.Designer.cs file (which are correct).
Finally, sometimes when I go to save the file, Visual Studio pops up a "Save As" dialog box as if it didn't know where the file was actually located, but then prompts me to overwrite the exact same file (even if there were no changes).

If anyone has any ideas of what could be causing these things, that'd be very helpful! I have tried investigating the "Document Outline" window to see if there is some odd parenting going on (there wasn't), tried tweaking the Form.Designer.cs file to fix it (it didn't so I undid those changes), and a couple other things.
](https://i.sstatic.net/mOskV.png)
](https://i.sstatic.net/Id6Cp.png)
