Hi Guys,
there is currently another high priority issue with 20.1.8.20304 which also exists in 20.2.3.
simply use XAF maindemo and change program.cs to remove LoadApplicationSettings.
public static void Main(string[] arguments) {
//WindowsFormsSettings.LoadApplicationSettings();
next add the attached manifest file and start the application.
now when you change the DPI settings - you see the issue and in 20.1.8.304 also an exception is happening - which does not happen in 20.2.3 - but the TAB issue exists in both builds!
Thank you for the video and file, Martin.
I forwarded this ticket to our developers, and they will research the exception.
Let me give you some advice regarding your current approach:
High DPI Desktop Application Development on Windows
Graphics Performance and High DPI
So, when we fix this issue, I recommend that you enable PerMonitorV2 mode in your application using either the Project Settings Page or SetPerMonitorDpiAware and log out and log in after you change DPI settings in your system.
This will help you avoid possible DPI-related issues.
Thx Stas - migrating the app.manifest is on our roadmap. changing the DPI settings was simply a way to show the issue with the tab lenght - our users having the issue without changing the DPI settings at runtime.