I have a simple WindowsForm application that uses CommonOpenFileDialog from Window-API-Code-Pack 1.1.4. When I run my form using greater than 100% display scaling, showing CommonOpenFileDialog causes the parent form (and any child forms) to rescale. This video illustrates the issue:
https://www.dropbox.com/s/wa5o5d6awv7zfuz/formRescalingIssue.mp4?dl=0
Using the attached Visual Studio project:
ResolutionScalingIssue.zip
Is there a way to disable this automatic rescaling?