aeric Expert Licensed User Longtime User Sep 6, 2021 #1 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 This is regarding my B4J WebAPI Client app (ShowDialog3 code line #306): https://www.b4x.com/android/forum/attachments/webapiclient-1-01-zip.118751/
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 This is regarding my B4J WebAPI Client app (ShowDialog3 code line #306): https://www.b4x.com/android/forum/attachments/webapiclient-1-01-zip.118751/
Erel B4X founder Staff member Licensed User Longtime User Sep 8, 2021 #2 Not a bug. Pannable means that the user can drag the ScrollPane.
aeric Expert Licensed User Longtime User Sep 8, 2021 #3 I am trying to disallow the user to scroll the pane. You mean scrollable <> pannable ?
Erel B4X founder Staff member Licensed User Longtime User Sep 8, 2021 #4 aeric said: You mean scrollable <> pannable ? Click to expand... True. Panning = dragging.
aeric Expert Licensed User Longtime User Sep 8, 2021 #5 Erel said: True. Panning = dragging. Click to expand... OK. Is there any way to disable/lock it from being scrollable?
Erel said: True. Panning = dragging. Click to expand... OK. Is there any way to disable/lock it from being scrollable?
Erel B4X founder Staff member Licensed User Longtime User Sep 8, 2021 #6 You will need to make the content shorter than the ScrollPane height.
aeric Expert Licensed User Longtime User Sep 8, 2021 #7 Erel said: You will need to make the content shorter than the ScrollPane height. Click to expand... I tried to set many values but no success. I will start another thread.
Erel said: You will need to make the content shorter than the ScrollPane height. Click to expand... I tried to set many values but no success. I will start another thread.