Hi All,
I have been searching for hours to no avail. Can someone help me disable scrolling in a ScrollView?
I have tried:
1)
r.RunMethod2("setVerticalScrollBarEnabled", False, "java.lang.boolean")
But this only removes the scrollbar. The scrollview still scrolls...
2)
sv.Enabled = False
sv.Panel.Enabled = False
Also not luck with that.
Regards
Francois
I have been searching for hours to no avail. Can someone help me disable scrolling in a ScrollView?
I have tried:
1)
r.RunMethod2("setVerticalScrollBarEnabled", False, "java.lang.boolean")
But this only removes the scrollbar. The scrollview still scrolls...
2)
sv.Enabled = False
sv.Panel.Enabled = False
Also not luck with that.
Regards
Francois