Does anyone know how to stop Visual Studio from automatically refreshing the Design view everytime I modify the source file associated with a Form?
I'm updating strings on a form that has about a million controls. I'm constantly going back and forth between the design and code for a form. The load time it takes to render the design each time is killing me. I'm not changing anything that would directly affect the design view, so is there a way to stop it updating every time?