How could i reorder a list by an element’s property?

Ok so I have a list (called Rankings) that takes “Ranking” elements. Ranking is a class and has a property called “points”. I would like to reorder this list by descending order in points. A query doesnt work because it doesnt physically change the order. Do you think I should just put all of the “Ranking”‘s into a list, sort them, then put them into my Rankings list? Saturday, January 2, 2010 …

 https://social.msdn.microsoft.com/Forums/vstudio/en-US/ff07fade-710e-4cf6-95f7-de49a18bfc2e/how-could-i-reorder-a-list-by-an-elements-property?forum=csharpgeneral