Tom Edwards
Tom Edwards
### Describe the bug When binding to `$self` or to a named element (e.g `#MyButton`), the binding system emits a log message saying that "Value is null". In our real...
Add a new event that is raised before an item container is prepared for use. ## What is the current behavior? Currently it is not possible to intercept item container...
It is currently possible to set the `Width`, `Height` and associated min/max properties of `Layoutable` to values which result in a `InvalidOperationException` when `Measure` is called. If the control is...
Updates to binding sources can now be delayed by configuring each binding. ## What is the updated/expected behavior with this PR? The delay feature works in the same way as...
This PR adds a XAML-friendly mechanism to sort and filter the items displayed by `ItemsControl`, with no viewmodel changes and minimal (or even no) code-behind. It's not quite finished yet,...
### Is your feature request related to a problem? I want to add new image codecs for image formats which are not supported by the built-in Skia codecs. This is...
This assembly includes [only a few types](https://github.com/AvaloniaUI/Avalonia/tree/master/src/Markup/Avalonia.Markup/Data), but they are very important: * `Binding` * `BindingBase` * `MultiBinding` * `RelativeSource` These should appear in [the `Avalonia.Data` namespace](https://api-docs.avaloniaui.net/docs/category/avaloniadata), but do not.
### Apple platform iOS ### Framework version net9.0-* ### Affected platform version .NET 9 ### Description We need to compile a .Net application with a native reference to `libavcodec`, which...
Class event handlers methods are virtual, and so give derived classes full control over class event handling. Without them the only option would be to register a new class event...
In our iOS app the user can navigate between multiple views, one of which is a native component overlaid by a second, partially transparent Avalonia view. We found that Avalonia...