Sorting an observable collection with linq

后端 未结 6 1115
囚心锁ツ
囚心锁ツ 2020-12-16 12:13

I have an observable collection and I sort it using linq. Everything is great, but the problem I have is how do I sort the actual observable collection? Instead I just end

6条回答
  •  無奈伤痛
    2020-12-16 12:37

    I found this on CodePlex:

    Sorted Collections

    Haven't used it yet though.

    Rick

提交回复
热议问题