DPI scaling not working #6429
Unanswered
Karteek649
asked this question in
Q&A
Replies: 1 comment
-
Hi Karteek649, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I created WPF .Net Framework dll and exposed through COM. And I tried to invoke the WPF UI from win32 application where the DPI awareness is set to PerMonitorV2 but when I change the Scaling the DPI is not working on WPF window which is inside the COM dll.
But when same dll invoked from Another WPF application or .NET Framework project the scaling is working fine for WPF window in COM dll.
Is there any issue in DPI scaling if WPF exposed by COM?
Also when I make the win32 app PerMonitor or PerMonitorV2 and trying to invoke UI in WPF dll using COM the WPF window is not scaling acccording to DPI change. But same is working when I make Win32 app system aware.
Beta Was this translation helpful? Give feedback.
All reactions