Some items view improvements for keyboards accelerators.

This commit is contained in:
Burak Kaan Köse
2025-10-22 03:45:38 +02:00
parent 449c1d3f4d
commit ff1c3dece3
4 changed files with 142 additions and 87 deletions
@@ -57,6 +57,7 @@ public partial class MailListPageViewModel : MailBaseViewModel,
private ThrottledEventHandler _selectionChangedThrottler;
public event EventHandler ThrottledSelectionChanged;
public GroupedEmailCollection MailCollection { get; set; } = new GroupedEmailCollection();
//public ObservableCollection<MailItemViewModel> SelectedItems { get; set; } = [];
public ObservableCollection<FolderPivotViewModel> PivotFolders { get; set; } = [];
@@ -195,6 +196,8 @@ public partial class MailListPageViewModel : MailBaseViewModel,
NotifyItemSelected();
SetupTopBarActions();
});
ThrottledSelectionChanged?.Invoke(this, EventArgs.Empty);
});
}