This is my first post. Before posting, I've searched the forum for this problem, and didn't found any solution.
The problem seems simple: the ScrollView doesn't display all the data. I think it has to do with the ScrollView.Panel.Height.. but I haven't figure it out. Maybe you have run into this yourself and have a solution.
I've attached a sample project and highlighted the problem in a screenshot.
If you add the following line of code below the line that reads:
ScrollView1.Panel.AddView(pnlRecords, 10, 5dip + lastHt, 92%x, 30dip), you will be able to scroll a long way even if you add moe text.
B4X:
ScrollView1.Panel.Height= -1
or you can also use:
B4X:
ScrollView1.Panel.Height=1000dip
mc73 solution is also very viable. I must have been posting when he was editing his at the same time.