Android Question Maximum Variant Size?

BanditMrP

New Member
Hi, I'm working on a form-based application where an engineer has to fill in a lot of test results.

I place my layout in a scroll view so the engineer can scroll down the various required boxes to fill in the details.

This all works great.

I have one form which I need to have a *lot* of data entered, so I set the inner scroll view height to 3000, and try to make a variant that is 3000 high - this goes outside the light grey area of the Designer window, and when displayed in the scroll view is "compressed/squashed", even though the scroll view internal height is set larger than the variant overall height.

Was is the maximum height of a variant in B4A? I'm using version 10.6 and this is the only issue I've encountered so far.
 

Attachments

  • Variant Issue.PNG
    Variant Issue.PNG
    45.5 KB · Views: 193
Top