CrossTrayApplicationSample icon indicating copy to clipboard operation
CrossTrayApplicationSample copied to clipboard

Windows Resolution Scaling

Open daviss92 opened this issue 5 years ago • 0 comments

Been looking for something like this for awhile, started looking more into C# Cross-Platform and this will help a lot.

Haven't thoroughly vetted everything yet but one thing I noticed was the Positioning of the Window when displayed doesn't recognize Windows Scaling settings.

Been testing with a 3840 x 2160 Monitor, scaling set to 150% which is recommended by Windows by Default. The Window seems to have the correct X, but the Y Position is below the monitor view. User cannot interact with the Window.

Can be seen by changing the Scale/Layout value to anything other than 100%.

daviss92 avatar May 04 '20 12:05 daviss92