How does one add info into a listview from the top instead of adding to the bottom
CODE
frmMain.lvCF.SortOrder = lvwAscending
frmMain.listview.ListItems.Add frmMain.lvCF.ListItems.Count + 1, , sUsername, , ClientFlag
frmMain.listview.ListItems(frmMain.lvCF.ListItems.Count).ListSubItems.Add , , lPing, , lPing
this code doesnt work the way i want it to ( its alphabetic

) please help me