amwx

Results 92 comments of amwx

Coming in 2.1 - NavigationView Selection Indicator animation! https://github.com/amwx/FluentAvalonia/assets/40413319/be1abfd1-13b1-4b55-929c-e33197b18d9f

Preview 3 package has been pushed. Note, as of this preview, the implicit reference to `Avalonia.Controls.ItemsRepeater` no longer exists. FA now has a port of the ItemsRepeater itself and all...

Just pushed Preview 4, with a fix for the ItemsRepeater and ProgressRing.

Preview5 package pushed. Should make ItemsRepeater usable now (and therefore NavigationView). `FABorder` has also now been removed (shouldn't affect anyone unless you were copying styles for a control that used...

Preview6 just pushed with the fixes in the above commits. Note to AppWindow users: I am aware of some issues that have arisen with AppWindow. The issue in #573 should...

Can't repro this in the 2.1 branch (preview), so it may have been an issue upstream with ItemsControl and fixed in Avalonia 11.1.

Based on the attached Avalonia PR, this issue has been fixed. However, this appears to be an Avalonia issue anyway. Closing.

So this is a bug in Avalonia because Button is handling all key down events as part of its core logic. For most cases this is fine (you normally don't...

So I had a look at this, and this stems from some changes in the Win32 window code upstream. This particular issue arises because WM_SHOWWINDOW is not sent when the...

So my plan here was to switch from BoxShadow over to the newer Effect shadow which works with any background sizing, though it might be slightly less performant than the...