App_Developer
App_Developer

Reputation: 1

How do you sort a list view in Visual C++?

After inserting data into your CListView, how do you sort the data after user clicks a column header?

I added an index number of each row as a tag element and sorted by that tag element I believe using a callback function.

Upvotes: 0

Views: 12

Answers (0)

Related Questions