I have two ListViews side by side in a VB6 project both holding data from the same source.
I have each ListView sorting it's own values when the column headers are clicked, but how can I make it sort the data from both ListViews and move rows between the two listviews as needed?