I have a Windows Forms application (written in vs2010/C# against .NET framework 3.5) with one main form. It was designed at Win7's 100% DPI setting (I believe that's 96 dpi). When switching the computer to 150%, everything appears to scale just fine and all proportions are kept.
However, when I switch to 125%, some of the controls suddenly don't scale and appear to be as big as they would be at 100%. This messes up the whole layout, and hides some controls from the user.
Is there any kind of logical explanation as to the large difference in behavior between the 125% and 150% settings?
Also, is there a quicker way to test this? Having to log off and back in again every time I switch is quickly becoming annoying.