The code in the .Designer.cs and .resx files changes automatically when i move any interface component from the “bottom part of the Windows Forms Designer”, as the Microsoft tutorial puts it. It happens even when resizing it.
I was wondering if someone knows why it’s happening? Or any way to stop it from happening?
Image of bottom menu:
Bottom interface panel
The code shouldn’t change when modifying something that ins’t the Windows Form.
I tried modifying the form before resizing the bottom part of the Designer, and the code changes didn’t happen.
I’ve noticed that what it does is moving the code, but in some instances it messes up the arrangement on my forms.
Artika is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.