Search Results

0
votes

How do I stop Visual Studio from resizing my controls?

Usually when I have this problem, I end up using Panels and Labels (blank text) with the Dock and Padding properties on the controls to get the same visual look. Whether this would be practical fo …