iOS Question CustomListView Bring to Front not working

db0070

Active Member
Licensed User
Longtime User
I have two customListViews of the same size, List1 and List2 on top of each other.

I cannot get List1 to come to the front to enable the user to select from List1, even if I use the following code:-

B4X:
List1.sv.BringToFront
 
Top