currently i am working on high dpi windows forms applications. I use a monitor with a 3840x2160 resolution and 150% scaling.
I took the high dpi sample application from windows. I figured out that if i debug the sample application and set a breakpoint to the constructor head and add the SystemFonts.DefaultFont
to the watchlist it destroys the layout. I have no idea why this happens.
I hope I didn't forgot to mention anything important. Thanks in advance for your answers and help!