Roberto P. Well-Known Member Licensed User Longtime User Jul 28, 2015 #1 how do I temporarily lock the scroll view? I have to lock the scroll in a certain position and unlock it when the user touches a certain point. I hope it's clear. thank you
how do I temporarily lock the scroll view? I have to lock the scroll in a certain position and unlock it when the user touches a certain point. I hope it's clear. thank you
Erel B4X founder Staff member Licensed User Longtime User Jul 29, 2015 #2 Have you tried to set ScrollView.Enabled = False ? Upvote 0
Roberto P. Well-Known Member Licensed User Longtime User Jul 29, 2015 #3 yes, I tried but ScrollView moves equally thanks Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jul 29, 2015 #4 You can put a transparent panel over the ScrollView and handle its click event. Assuming that there isn't anything that the user needs to interact with. Upvote 0
You can put a transparent panel over the ScrollView and handle its click event. Assuming that there isn't anything that the user needs to interact with.