Notification on windows primary screen not showing on DPI change
Library version
Expected behaviour
Actual behaviour
Steps to reproduce behaviour
Code to reproduce behaviour
Questions
As you know nowdays laptops come with high resolution screen and its DPI is set to 150%. So this Toast notification doesn't work if we change DPI in monitor. Only works when DPI is at 100%. May be this needs to be made as "Per Monitor DPI aware notifier". By the way, i am showing notification on primary monitor screen and not inside app.
I mean i am showing notification on bottom right corner with offset X and Y both as 10. for top corner it is working fine in all DPI
Hi,
Thank you for reporting this issue. I will try to reproduce that. About "Per monitor DPI" after reading this (https://github.com/Microsoft/WPF-Samples/blob/master/PerMonitorDPI/Developer%20Guide%20-%20Per%20Monitor%20DPI%20-%20WPF%20Preview.docx) most of the work lies on the application side, I will try to check it on sample application.