-
I see that it was in the works, but is incomplete.
https://github.com/AvaloniaUI/avalonia-docs/blob/main/docs/guides/development-guides/how-to-implement-multi-page-apps.md
-
-
Example here: https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Themes.Simple/Controls/Button.xaml
-
I attempted to use reflection to invoke the private `Start` and `Stop` methods in `Lottie.cs`. While this approach works in certain scenarios, some specific Lottie files exhibit issues where the anima…
-
Thanks @NeverMorewd for this handy library! It seems to work well so far and allowed me to port my .NET MAUI application MauiProgram.cs almost verbatim to Program.cs.
I do have one question: How do…
-
**Is your feature request related to a problem? Please describe.**
Right now we have editor only for `win` platform.
For going crossplat we need to migrate to `avalonia` or `maui`
`MAUI` dosen't f…
-
**Describe the bug**
Ubuntu 22 drawing error
**To Reproduce**
Ubuntu 22
AvaloniaUI 11.0.10
LiveChartsCore.SkiaSharpView.Avalonia 2.0.0-rc2
https://github.com/beto-rodriguez/LiveCharts2/ass…
-
Note: all new APIs can already be submitted with a PR, but with `` tag, see https://github.com/AvaloniaUI/avalonia-docs/pull/380
Total API changes: https://gist.github.com/maxkatz6/a7df42607cc7187b…
-
My HotReload works fine on many XAML usercontrols, but it does not work on my MainView.xaml usercontrol that contains the entire app. When I make a change to my MainView.xaml the whole screen turns gr…
-
### Describe the bug
As described in title.
### To Reproduce
Add below code in sandbox and click on third menu item. You will see both 1 and 3 are checked.
```xaml
…