Koustubh Moharir
Koustubh Moharir
@timunie I just checked this. ComboBox (both in Avalonia and in WPF) does not respond to the mouse wheel unless it has focus. It is good to have the relatively...
It may be a breaking change technically, but it is a severe problem and I don't think anyone would want this behavior. 1) The mouse pointer can come over a...
I have had to dodge this issue or variants of it at multiple places, often with ugly workarounds. I think a solution to this is for SelectingItemsControl to track the...
Another possible solution may be to not reset SelectedItem on a change to ItemsSource, even if the SelectedItem is not in the ItemsSource. The idea is that maintaining valid state...
Could you try the solution proposed in https://github.com/aspnet/Tooling/issues/394#issuecomment-334683472