I am trying to set focus to a listview so I can see that the 1st item is highlighted. (the program uses a keyboard)
I have tried:
But this does not work. I can press the down arrow at this point and then it highlights the 1st entry.
How dows one do this?
I have tried:
B4X:
lstLocations.RequestFocus
lstLocations.SetSelection(0)
But this does not work. I can press the down arrow at this point and then it highlights the 1st entry.
How dows one do this?
Last edited: