D
Deleted member 103
Guest
Hi,
where can I change the color of the selected Listview-Item?
Ciao,
Filippo
where can I change the color of the selected Listview-Item?
B4X:
Sub ListView1_ItemClick (Position As Int, Value As Object)
..... = colors.Red
End Sub
Filippo