I have a listview is want to close it if the user touched anywhere outside the listview
the typical way is adding this to all other elements
but i have lots of elements how can i achieve that in another way ?
the typical way is adding this to all other elements
B4X:
if listview1.visable = true then listview1.visable = false
but i have lots of elements how can i achieve that in another way ?