WelterDevelopment

Results 8 comments of WelterDevelopment

@martibravo Thank you for sharing this! Does your solution work in WinAppSDK 1.0? Are your interactive elements actually clickable in their whole height? When I use AppWindow.TitleBar.ExtendsContentIntoTitleBar = true together...

I finally found the issue in my code: it is actually a bug. Setting the Rectangle too early, when the UI is not yet fully constructed, will hard-code the non-draggable...

@beeradmoore You are right about the 3 possibilities. I think number 2 is the way to go. I summarized everything I learned about AppWindowTitlebar and Window.SetTitleBar() into this example: https://github.com/WelterDevelopment/WinUI3TitleBar....

Follow-Up (sorry for the spam but it's quite important to know): TitleBar.SetDragRectangles() seems to use raw pixels instead of view pixels. Why this is the case is beyond me; I...

Thanks for your answer. My preference is actual transparency. My complaint is not that the color can't be changed at runtime, but that the color can't be set to Colors.Transparent....

I think you can't, it seems to be a bug. Are you targeting Win11 exclusively or do you need backwards compatibility to Win10? In W11 you should switch from the...

> This means that the problem is not about setting the backcolor to transparent. The problem is that WinUI3 composition is for some reason unable to render the WebView2's visual...

Thanks, but at the current state, I wouldn't call it awesome, mainly because of the catastrophic state of the code structure and the missing (working) text wrapping feature... I am...