fix: fix touch mode.

This commit is contained in:
rabbitism
2024-03-27 16:24:52 +08:00
parent 35128295b3
commit 0f5d41e17d
2 changed files with 33 additions and 22 deletions

View File

@@ -178,16 +178,7 @@ public class MultiComboBox: SelectingItemsControl, IInnerContentControl
}
}
}
public void SelectAll()
{
this.SelectedItems?.Clear();
foreach (var item in Items)
{
this.SelectedItems?.Add(item);
}
}
protected override void OnUnloaded(RoutedEventArgs e)
{
base.OnUnloaded(e);