Tom Edwards

Results 106 comments of Tom Edwards

This would be nice, but doesn't meet our requirements either. To my understanding, a view controller cannot be a child of a view (such as `AvaloniaView`) and: 1. Navigation to/from...

I'm doing something very similar to you, but with more code copied from Avalonia's internals. Like I said this _works_, but is fragile because Avalonia doesn't expect a custom AppDelegate...

First, this feature targets `ItemsSourceView`, which is used by all `ItemsControl` types. Not just `ListBox`. There are several viewmodel-level (i.e. non-UI) solutions out there for filtering, sorting, and grouping. They...

@grokys is Avalonia 12 a good opportunity to include this feature?

@maxkatz6 this PR should probably have the `needs-api-review` label.

What you are asking for is difficult, if it's possible at all. The positioner both calculates the position and applies it in one operation. Because we want the position to...

Clip is only used for rendering, it won't affect the layout. Adding the invisible rectangle is the intended way to achieve the effect that you want, and is also how...

@MrJul this PR has had the "Needs API Review" label for some time now, and several more recent PRs have been API-approved in the meantime. Is there any ETA for...

In general I agree with the points in the comment above. Exceptions: > 2. Not a big fan of the external `ItemSelectionEventTriggers`. If these methods cannot be defined in the...