Vertical Text Scrolling Problem when keyboard opens

TomA

Active Member
Licensed User
Longtime User
I am trying to develop a text based app that needs vertically scrolled text where the last line(s) added should display (basically, always scroll to the bottom). Using the method in the LongTextSimple example to do the scrolling (a label inside the scrollview), everything is fine until the keyboard opens. Although everything seems to be resized properly (i.e. the scrollview adjusts to the correct length), the text does not seem to scroll to the end, although it can be manually scrolled to that position. When the keyboard closes, everything is OK again. I stripped to code down to work on the problem and have attached the app here so you can check it out. Any help would be appreciated to make this work as intended.
 

Attachments

  • ScrollProblem.zip
    8.8 KB · Views: 168

TomA

Active Member
Licensed User
Longtime User
Works great!! Now I can get back to developing the program.
Thank-you.
 
Upvote 0
Top