You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Some controls, with respect to position/size, are not rendered properly when HighDpiMode is set: Application.SetHighDpiMode(HighDpiMode.PerMonitorV2);
This results in some text being overlaid. A particular example is the text "How are you doing today" which is show as "are you doing today".
To Reproduce
Steps to reproduce the behavior:
Unzip and run the attached VS project Entwicklung_VS2022.zip
Expected behavior
The Controls should be properly sized and positioned, so that all text are visible.
Describe the bug
Some controls, with respect to position/size, are not rendered properly when HighDpiMode is set:
Application.SetHighDpiMode(HighDpiMode.PerMonitorV2);
This results in some text being overlaid. A particular example is the text "How are you doing today" which is show as "are you doing today".
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Controls should be properly sized and positioned, so that all text are visible.
Entwicklung_VS2022.zip
Screenshots
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: