Transparent Window - Background flickers when over Microsoft Edge

Viewed 25

I have a WPF Window that needs to be semitransparent. I therefore set the following styles on the window:

WindowStyle="None" 
AllowsTransparency="True" 
Background="#99FFFFFF"

When i show this window and Microsoft Edge is running behind it, the background of my Window does some weird flickering. I can not reproduce this when other applications are behind it. What could cause this? Unfortunately i can not attach a screenrecording of this, the bug is not visible on the recording.

0 Answers
Related