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
I found this on CodePlex:
Sorted Collections
Haven't used it yet though.
Rick