Open fzhxhdd888 opened 2 months ago
@fzhxhdd888 SelectedItems每一次的元素变更都会触发排序的话,为什么不直接订阅MultiComboBox.SelectionChanged事件每一次触发都重新给SelectedItems赋一个已排序的值?Items的排序请参阅:https://docs.avaloniaui.net/zh-Hans/docs/concepts/reactiveui/binding-to-sorted-filtered-list
这个东西最大的问题在于我无法控制用户从外部乱序插入SelectedItems,这样我就不知道我新插入的元素应该插入哪个位置了