python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to set High DPI scaling override to System (Enhanced) for WinForms app
I have an old-school ordinary WinForms app in VS2019, for which the tabs on a tab control are vertically squished on a high-DPI monitor. In fact, if the app is opened on a high-DPI monitor and dragge...
Jimbo1987
Votes: 0
Answers: 0
Secondary dropdown menu arrow symbol drawn at wrong size on screen with different DPI/scaling (WinForms)
If a WinForms app is dragged from a screen with high scaling to one with lower scaling, the arrow designating a secondary menu pulldown is displayed with incorrect scaling. Once the menu is opened whi...
JohnC
Votes: 0
Answers: 1
ContextMenuStrip doesn't DPI scale when Form is dragged between monitors with different resolution/scaling (WinForms, .NET 6.0, PerMonitorV2)
The ContextMenuStrip doesn't scale when its parent Form is dragged between monitors of different resolution/scaling. The ContextMenuStrip is correctly shown with correct scaling for whatever screen it...
JohnC
Votes: 0
Answers: 1
WinForms: How to fix incorrect scaling of Forms in high-DPI, multi-monitor environments (PerMonitorV2) with different resolution/scaling
In a Winforms app, I followed the general guidance in how-to-write-winforms-code-that-auto-scales-to-system-font-and-dpi-settings and in .Net Framework high-dpi support to enable PerMonitorV2 DPI Scal...
JohnC
Votes: 0
Answers: 1