Hi, I want to sort the elements in C# listbox by some field in the object element.
Is there a method in C# that perform this task? Maybe a function that receives a comparison function as a parameter or something like that?
another thing, when the listbox is sorted I want to add an element to a sorted list. is there such a method?
thanks