WinForm Infragistics v9.2 - When using Windows 7 and the system is Personalized to use Medium (125%) or Large (150%) size fonts the compiled gui changes. Sometimes grids display or not as well as other controls. Is there a way to prevent system changes to the font size to impact the gui or to force the default font size (100%)?
Thanks for any help. Stan
Hi,
No, you cannot stop the operating system from changing the size of the font. You can stop Visual Studio from re-positioning or resize your controls based on that font, though. This has nothing to do with the Infragistics controls, it's a property on the Form called AutoScaleMode.
Thank you, Mike.
Stan