Max Katz

Results 288 comments of Max Katz

You can't have a x:Name on non-Avalonia controls. That's expected for now. As a workaround, you can add x:Name on a host control, and get child from it in c#...

We don't really need our own on screen keyboard for most backends, including mobile. We need proper IME implementations for these backends instead. On Windows and Linux we have IME...

@DrWenz just to clarify, by "embedded" you mean low-end devices? Or embedding of native controls? Asking because we might need samples for both of them.

DataGrid collection view doesn't handle Move operation: https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Controls.DataGrid/Collections/DataGridCollectionView.cs#L3414C32-L3454

Possibly one of ideas https://github.com/maxkatz6/AvaloniaOsuMenuExample

I assume it's a mobile+browser specific question. On all of these platforms native implementation should be used. For android, for example, https://codetraveler.io/2022/08/16/supporting-android-splash-screens-in-xamarin-forms/ I suppose, Launch storyboards for iOS: https://learn.microsoft.com/en-us/xamarin/ios/app-fundamentals/images-icons/launch-screens?tabs=windows And...

> I suspect the box shadow only ever worked with the simple rendering path. I am pretty sure that's the case. `Effects="drop-shadow(5 5 0 Green)"` should still work with complex...