Matteo Granatiero Active Member Licensed User Apr 28, 2018 #1 how can I do? Attachments Immagine.png 40.6 KB · Views: 185
KMatle Expert Licensed User Longtime User Apr 28, 2018 #2 What I do: Add a ScrollView to your activity by code and add all the views on the SV's panel. Increase the panel's height and that's it. Upvote 0
What I do: Add a ScrollView to your activity by code and add all the views on the SV's panel. Increase the panel's height and that's it.
Matteo Granatiero Active Member Licensed User Apr 28, 2018 #3 KMatle said: What I do: Add a ScrollView to your activity by code and add all the views on the SV's panel. Increase the panel's height and that's it. Click to expand... could you give me a little example with code? Upvote 0
KMatle said: What I do: Add a ScrollView to your activity by code and add all the views on the SV's panel. Increase the panel's height and that's it. Click to expand... could you give me a little example with code?
klaus Expert Licensed User Longtime User Apr 29, 2018 #4 Have a look here: ScrollView example with a Panel higher than the screen. You may also have a look at: ScrollView examples summary. Or you could use the xCustomListView Class.https://www.b4x.com/android/forum/threads/scrollview-examples-summary.8423/ Upvote 0
Have a look here: ScrollView example with a Panel higher than the screen. You may also have a look at: ScrollView examples summary. Or you could use the xCustomListView Class.https://www.b4x.com/android/forum/threads/scrollview-examples-summary.8423/