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/
 

aeric

Expert
Licensed User
Longtime User
I am trying to disallow the user to scroll the pane. You mean scrollable <> pannable ?
 

aeric

Expert
Licensed User
Longtime User
You will need to make the content shorter than the ScrollPane height.
I tried to set many values but no success.
I will start another thread.
 
Top