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.