I have set Pannable = False but I still can scroll using mouse-scroll.
However, it is not a big deal.
This is regarding my B4J WebAPI Client app (ShowDialog3 code line #306):
https://www.b4x.com/android/forum/attachments/webapiclient-1-01-zip.118751/
However, it is not a big deal.
B4X:
Dim sp As ScrollPane = PrefDialog3.CustomListView1.sv
sp.SetVScrollVisibility("NEVER")
sp.Pannable = False
This is regarding my B4J WebAPI Client app (ShowDialog3 code line #306):
https://www.b4x.com/android/forum/attachments/webapiclient-1-01-zip.118751/