in my application there is a selection option and I wanted to change the position of the items. So I used:
Código: Seleccionar todo
nIndex:=oItem:nIndex
oItem:Delete() // ::nIndex:=0
oItem:=::oListView1:InsertItem( oItem:cText,,,,, oItem:lChecked, nIndex+1 )
In the image, I only clicked once on item 2, which moved it, but...
Is there any alternative?
If you want, I can send this small example.