Max Katz

Results 288 comments of Max Katz

PropertyGrid is unlikely to be part of Avalonia main package. But you can find third party controls, like https://github.com/mameolan/Avalonia.ExtendedToolkit/tree/master/Avalonia.ExtendedToolkit/Controls/PropertyGrid

Did you build it in release mode with AOT enabled? It isn't fast. But definitely way faster than "big delay about few secs" on my OnePlus 7T Pro Android 11....

Well, then try to build it in release mode, AOT will be enabled automatically (only in ControlCatalog.Android). You need these lines enabled https://github.com/AvaloniaUI/Avalonia/blob/master/samples/ControlCatalog.Android/ControlCatalog.Android.csproj#L23-L25 Note that NDK might fail if you...

Well, sadly that's xamarin experience on .net. It's promised to be better with net6, but not yet. Avalonia team can't really make it better.

> Firstly if you do recommend to use True it should be set by default in ControlCatalog.Android.csproj for Release build Oh, you are right. It was enabled before, but was...

@topeterk What's point of using "Mode=OneTime" on a static markup extension? It's always static, i.e. always onetime.

@topeterk that's right, better to keep bindings strict. But "x:Static" is not a binding. It's just a static reference. There is no point in a binding mode here.

No, it might be a compiler issue, if it's supposed to work by xaml specs https://github.com/kekekeks/XamlX

No specific date, but you can use nightly builds. As they are mostly compatible with preview1.