Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,548 contributions in the last year
Activity overview
Contributed to
AvaloniaUI/Avalonia,
AvaloniaUI/avaloniaui.net,
AvaloniaUI/AvaloniaVS
and 5 other
repositories
Contribution activity
July 2020
Created a pull request in AvaloniaUI/Avalonia that received 6 comments
Ported ItemsRepeater element factories from WinUI
What does the pull request do?
Previously, ItemsRepeater could use multiple data templates by making the ItemTemplate a ContentControl and using th…
+302
−37
•
6
comments
- Fix selection after deleting an item - Attempt II
- Revert "Fix selection after deleting an item."
- Fix selection after deleting an item.
- Enable nullable reference types in Avalonia.Input.
- Make non-virtualized items be materialized only once.
- Added IRecyclingDataTemplate.
- Fix flaky DatePickerTests.
- Allow dash in style class identifiers.
- Handle BindingNotifications in LogicalNotNode.
Created an issue in AvaloniaUI/Avalonia that received 1 comment
Selection breaks after deleting item.
Selection in ListBox is currently broken if one deletes the currently selected item:
The above gif shows a ListBox with single selection. If the c…
1
comment