Bug? [Solved] ScrollPane set Pannable to false has no effect

aeric

Expert
Licensed User
Longtime User
I have set Pannable = False but I still can scroll using mouse-scroll.
However, it is not a big deal.

B4X:
Dim sp As ScrollPane = PrefDialog3.CustomListView1.sv
sp.SetVScrollVisibility("NEVER")
sp.Pannable = False

1630914055212.png


This is regarding my B4J WebAPI Client app (ShowDialog3 code line #306):
https://www.b4x.com/android/forum/attachments/webapiclient-1-01-zip.118751/
 
Top