change color of selected Listview-Item

D

Deleted member 103

Guest
Hi,

where can I change the color of the selected Listview-Item? :confused:

B4X:
Sub ListView1_ItemClick (Position As Int, Value As Object)
    ..... = colors.Red
End Sub
Ciao,
Filippo
 
Top