How can sort a listview control according to its second or third item. (NOT first) for example [name] [number] [class] I want to sort the list using number or class variables. Is there anyone who can help me
Visual basic has sortkey property does c# has any property like this. I find listviewitemsorter property but I didn't understand how can I use it.