Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的项目中,我需要对 datagrid 列进行排序,但如果某个条件适用于某个项目,它应该位于排序列表的顶部(第一项)。否则,如果该条件不适用于任何项目,则它应该是简单的排序列表。
我尝试使用排序事件并定义 iComparer,但我无法获得所需的行为。我将在 Icomparer 中放入什么代码,以便它可以在顶部返回条件为 true 的项目,并以排序方式返回其余项目。
请有人帮忙
听起来您想按“某些条件”排序,然后按其他排序标准。这应该只是将条件添加到 CollectionView 中的排序描述列表的情况。