Android Question Make not visible Place Autocomplete View

Mike1970

Well-Known Member
Licensed User
Longtime User
Hi, everyone, im trying to use the Place Autocomplete View from Erel.
I have the necessity to hide (or show) the view as i want by code, but the command:

B4X:
PlaceAutocompleteView.Visible = False

doesn't exist... how can i solve this?
 
Top