PhilipRieck / WpfAppBar

WPF AppBar helper
134 stars 48 forks source link

Support HighDPI #22

Open iamalexmang opened 7 years ago

iamalexmang commented 7 years ago

As you're probably aware, with Windows, highDPI is supported by implemented a screen scale (or text scale, for older versions of Windows). However, the calculation ends up being incorrect in such scenarios and the end result is that windows' partly end up behind the app bar. Any suggestions on how screen scaling could be supported?