06-12-2026, 01:22 PM
If you have UI scaling issues
Right‑click your EXE
2. Choose Properties
3. Go to Compatibility
4. Click Change high DPI settings
5. Enable:
• Override high DPI scaling behavior
• Scaling performed by: System or System (Enhanced)
Which one to choose?
• System → safest, most predictable
• System (Enhanced) → sometimes sharper, but not always supported by WinForms
Start with System.
Right‑click your EXE
2. Choose Properties
3. Go to Compatibility
4. Click Change high DPI settings
5. Enable:
• Override high DPI scaling behavior
• Scaling performed by: System or System (Enhanced)
Which one to choose?
• System → safest, most predictable
• System (Enhanced) → sometimes sharper, but not always supported by WinForms
Start with System.

