Hello,

does anyone know how to replace the List properties
List.itemdata and List.newindex with the ones from a Listview

I have a list and I want to replace it with a listview, but i cant cause my list uses:

frmMain.List1.ItemData(frmMain.List1.NewIndex) = xx

how would this line be with a listview ?
I tried alot but didnt found anything
thanks...