Sorting an observable collection with linq

Posted by zachary on Stack Overflow See other posts from Stack Overflow or by zachary
Published on 2009-06-15T13:29:59Z Indexed on 2010/03/22 12:41 UTC
Read the original article Hit count: 737

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 up with some IEnumerable thing and I end up clearing the collection and adding the stuff back in. This can't be good for performance. Does anyone know of a better way to do this?

© Stack Overflow or respective owner

Related posts about observablecollection

Related posts about Silverlight