PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → [WM26] Looper does't display the last row properly (Android apk)
[WM26] Looper does't display the last row properly (Android apk)
Débuté par Mauricio, 14 déc. 2021 09:15 - 1 réponse
Posté le 14 décembre 2021 - 09:15
Hi,
In a tab I have 2 loopers. The one in the top is using an array and
have a break. The other looper, most of the time, is hide so, in fact,
the first looper expands width and height in the window.
When the amount of rows is more than the one looper can show it's
possible to scroll down. However, it's impossible to see the last row.
It's there but looper doesn't scroll down. If I delete the above rows,
then I can see the "hidden" one.
How can I fix this?
Thanks in advance.

Mauricio

--
Mauricio Nicastro
www.tdcsoftware.com
Posté le 14 décembre 2021 - 13:46
I don't know how to fix this as I've never have the problem, but a quick workaround would be to add an EMTPY LINE at the end of the looper, this way the never shown line is empty.