I am working with a listview in vb6. If i want to sort the listitems i can set the sortorder and sort key,then if i set sorted = True,the listitems are sorted.
My query is to know whether there is any way in which i can sort only a particular range of listitems or rows in a listview and not all of them.