'UWP clear translucent window possible?
Solution 1:[1]
It is not possible as part of UWP, but it is possible to use underlaying Windows APIs, SetLayeredWindowAttributes of user32. Please see this example project:
Github castorix/WinUI3_Transparent
Furthermore, there are discussions and considerations in various repos:
ExtendsContentIntoTitleBar & SetTitleBar make TitleBar unusable, Proposal: Layered window and full Transparent window for UWP apps.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | BirukTes |


