Ok, I have an ItemsControl binded to a List, each second the List objects change, so I have to resort them, so each second I call the List.Sort() method. Checking in the Watch panel in VS2008, I can tell the list gets sorted, but the ItemsControl doesn't. How can I make this work?
Thanks!