B4X:
Public Sub SetVerticalScrollBarEnabled(Enabled As Boolean)
Dim r As Reflector
r.Target = sv
r.RunMethod2("setVerticalScrollBarEnabled", Enabled, "java.lang.boolean")
End Sub
Post #3:
I named the routine as the method used but it would be better: SetVerticalScrollBarVisibility.
Last edited: