MahApps / MahApps.Metro

A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
https://mahapps.com
MIT License
9.32k stars 2.45k forks source link

sluggishness of MetroWindow on 144Hz monitor #3423

Closed NeomMob closed 5 years ago

NeomMob commented 5 years ago

Sluggishness of MetroWindow on 144Hz monitor

To Reproduce Standard MetroWindow with WindowTransitionsEnabled="False" AllowsTransparency="True" Background="Transparent" WindowStyle="None"

Expected behavior A smooth and high performance behavior

Environment(please complete the following information):

punker76 commented 5 years ago

AllowsTransparency="True" will not be supported by MahApps, because of these sluggishness (you can set it, but with these consequences). It's an issue of WPF. The other issue will be that you lost all ClearType for every control which shows text.

NeomMob commented 5 years ago

Thanks for your comment. @punker76 , How then can you achieve windows like this one (having the transluscent part)