Oscarillo
New Member
I have a ListView defined with dim as ListView1
When I use the
Nothing happens
Any help would be appreciate
When I use the
B4X:
Private Sub ListView1_ItemClick (Position As Int, Value As Object)
EditText1.Text=ListView1.GetItem(Position)
'ListView1.Visible=False
ToastMessageShow("Click",True)
Button1_Click
End Sub
Nothing happens
Any help would be appreciate