Ordering a Listview alphabetically in Vb 6

Asked

Viewed 858 times

1

I have two lists A and B, the data of the list A are exported from the BD, these already bring ordered alphabetically to the list. From this list I add data in the other list (list B), the data that are inserted in list B, are ordered according to the insertion order.

I would like to know how to order a Listview in alphabetical order.

1 answer

3

Seven this when building the ListView:

minhaListView.Sorting = SortOrder.Ascending

Browser other questions tagged

You are not signed in. Login or sign up in order to post.