Bisogna fare chiarezza.
Innanzitutto, suppongo che tu voglia vedere solo "linee" intere, non che queste siano un numero fisso deciso da te, a prescindere dal dispositivo; sbaglio?
L'errore principale, ma non l'unico, è il calcolo del numero di linee, che è basato sull'altezza del pannello interno. Tu non imposti questa altezza. Sul mio dispositivo, nel tuo esempio, l'altezza di default del pannello interno è 1500 dip, mentre quella della ScrollView (Lista) è 593 dip. Nota che nel suo esempio hai AutoScaleAll su True e ancoraggio solo in alto. In questa modalità, a seconda del dispositivo l'altezza della Lista sarà diversa.
Ancoraggio e AutoScaleAll influenzano "l'esterno" della ScrollView, non quella del suo pannello interno, ecco perché ripeti che non cambia alcunché, nelle varie prove.
Chiarito questo, non dovresti avere ulteriori problemi.
Ripeto che sarebbe parecchio meglio se usassi CustomListView. Inoltre, potresti semplicemente aggiungere un panel come "linea" (diciamo Item) e anziché creare il suo contenuto da codice (le 4 label), caricarlo da un layout.
------------------
Let's clarify.
First of all, I assume that you want to see only whole "lines", not that these are a fixed number regardless of the device; am I wrong?
The main error, but not the only one, is the calculation of the number of lines, which is based on the height of the internal panel. You do not set this height. On my device, in your example project, the default height of the internal panel is 1500 dip, while that of the ScrollView (List) is 593 dip. Note that in your example you have AutoScaleAll on True and anchor only at the top. In this mode, depending on the device the height of the List will be different.
Anchor and AutoScaleAll affect "the outside" of the ScrollView, not on its internal panel, that's why you repeat that nothing changes, in the various tests.
I repeat that it would be much better if you used CustomListView. Also, you could simply add a panel as a "line" (let's say Item) and instead of creating its content by code (the 4 labels), load it from a layout.
-----
[Infine, sempre meglio creare progetti di tipo B4XPages; hanno solo vantaggi]