Android Question How to make Android Screen Scrollable

4rdn1_s

Member
hello friends, I want to ask how to scroll the screen to bring up components that are outside the size of the screen. The following is the design on b4a designer.
Untitled.png


I Hope the image that I attached is not to big.

I appreciate the help from you guys. Thank You
 

Sagenut

Expert
Licensed User
Longtime User
Load your layout as a CustomListView Item and you will be able to scroll it.
 

Attachments

  • Scroll_Layout.zip
    15.6 KB · Views: 94
Upvote 1

4rdn1_s

Member
Load your layout as a CustomListView Item and you will be able to scroll it.
thanks for your example of using Customlistview, but I already use B4XMainPage for load a splash screen page, would it be possible that I add another B4XMainPage to load the CustomListView?
, because I want to load my Layout from click event from another page, which one should I load, the B4XMainPage or the Layout?
 
Upvote 0
Top