No FrameHandler in WinUI for now... its too complex and broken

This commit is contained in:
Dan Clark
2024-11-18 22:20:25 +00:00
parent 0cc13bfe23
commit 748487031d
7 changed files with 44 additions and 14 deletions
@@ -181,6 +181,8 @@ public partial class ObservableCollection<TViewModel> :
Add(item);
}
SelectedItem = this.FirstOrDefault();
}
public void Clear(bool disposeItems = false)