PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → [WM23] Some issue with ScrollbarPosition
[WM23] Some issue with ScrollbarPosition
Débuté par ARV, 15 juin 2018 18:53 - 1 réponse
Membre enregistré
498 messages
Popularité : +8 (8 votes)
Posté le 15 juin 2018 - 18:53
Hi

I have a question it's about this:

ScrollbarPosition(SC_SuperControl,sbVert,SC_SuperControl..UsefulHeight)


I use this code just to position on the last row of my MultiLineZone with a Supercontrol so now this is my question, I add a next row of my MultiLineZone then I use the code I show you before then it's position change yes but the before the last one so... why is this happening? I don't get it

Thanks

--
Best Regards
Jose
Membre enregistré
498 messages
Popularité : +8 (8 votes)
Posté le 15 juin 2018 - 21:11
Hi

I solve the problem using focus on the edit of the MultiLineZone

--
Best Regards
Jose