I find my solution anymore.
The final solution I ended with is using "unaware" instead of "PerMonitorV2"
In the app.manifest file
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">unaware</dpiAwareness>
</windowsSettings>