Symbai

Results 97 comments of Symbai

Changing it would make it even more difficult for developers coming from WPF or MAUI or any other framework using XAML. And one of the reasons why Avalonia has been...

new `ToString` method would be a solution but setting the default formatter allows things like binding in WPF without an additional property or custom converter. Like a static property we...

It's definitely not the AV or I would see it in history. Same for unsigned exe, previous versions are unsigned too and 2.9.5 has been out for a while so...

Border.CornerRadius Right now a notification window/popup/message is a rectangle but I want round corners.

No offense but you did not understand me. With your suggestion: ```C# private void Show_Any_content() { var border = new Border { CornerRadius = new CornerRadius(50), Background = new SolidColorBrush(Colors.Red),...

Other forks are dead though. The most recent has a comit from 2 month ago and literally all commits have not added anything new to it nor fixed any serious...

That was my post about. The Reborn is dead... and all other forks have only very small commits/fixes/changes. There is no one that is actively working on a new version...

> want to highlight occurrences of a search phrase in the page. This can be done via executing a javascript calling `window.find()` already. For more info see https://developer.mozilla.org/en-US/docs/Web/API/Window/find

> any updates or possible workarounds? Just the second post above yours was telling you possible workarounds: https://github.com/MicrosoftEdge/WebView2Feedback/issues/356#issuecomment-901131757 and there won't be any official updates for this issue in the...

If you hard kill a process (in VS you stop debugging which kills the process rather than closing it gracefully) and it has a tray icon the tray icon remains...