Sort Observable Collection Object In WPF
The snippet below sorts the Observable Collection object which is scriptInfo using time_start which is a property of a strongly typed class.
Cheers!
scriptInfo.OrderBy(i => i.time_start);
Comments
Post a Comment