Android Question ScrollView on a portion of the activity

Hi everyone, I have an activity with a drawer menu on top and different "sections" on the main layout. I want to load a ScrollView with a couple of buttons in each sections. I thought I could load a ScrollView in every panel containing the section but it doesn't work at all. I also tried @klaus ' method for a scrollable block of text, which you can find here https://www.b4x.com/android/forum/t...ay-a-block-of-scrollable-text.7996/#post45138 without success. Thanks in advance for your time.
 

DonManfred

Expert
Licensed User
Longtime User
Where is your project upload from the not working project?

- I suggest to use xCLV instead of Scrollview
- I suggest to start with newer examples based on xCLV.

Do not expect us to check an example from 2011 to help you here
 
Upvote 0
Top