Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UWP transparent window

I realize something like this has been asked before, but I would like to create an app with UI elements atop a transparent window (basically, an app without a window frame and with transparent background).

I've read the following posts:

  • transparent app in windows 10 uwp
  • Transparent UWP windows 10

I checked the BlurPlayground.

It seems that this isn't possible. However, the Sticky Notes application in Windows 10 is definitely managing to do this. Either this is some special API only available to Microsoft, or it can be done.

Can someone confirm?

like image 841
Igor Ševo Avatar asked Oct 15 '25 10:10

Igor Ševo


1 Answers

This cannot be done in UWP today. The custom frame you see in Sticky Notes is a one-off implementation that does not have a public API.

Curious what is your scenario you want to accomplish here? (feel free to ping me offline - swick [at] Microsoft.com)

Thanks, Stefan Wick - Windows Developer Platform

like image 124
Stefan Wick MSFT Avatar answered Oct 16 '25 22:10

Stefan Wick MSFT