I have a Spinner view that I populate from a database.
This works cool.
However, is it possible for the Spinner view to "Dropdown" via code once populated?
I don't want the user to have to "click" on the Spinner to view the populated data.
B4X:
'Fill the tools id spinner (aka combo box).
DBUtils.ExecuteSpinner(SQL, "SELECT Id FROM Tools", Null, 0, spnrViewTools)
However, is it possible for the Spinner view to "Dropdown" via code once populated?
I don't want the user to have to "click" on the Spinner to view the populated data.