CrossTrayApplicationSample
CrossTrayApplicationSample copied to clipboard
Windows Resolution Scaling
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%.