Android Question IME with scrollview and edittexts by code problem.

U

unba1300

Guest
Hi. I'm trying to use IME to control some edittexts on a scrollview without much luck. Could someone please look at the attached project and help? Thanks.
 
U

unba1300

Guest
Thanks, Erel. I went with scrolling the ScrollView rather than changing the height, as I was doing before. I nearly doubled the size of the scrollview's inner panel, and then used ScrollView.Position to scroll the scrollview in relation to the tag of the EditText that had focus.
 
Upvote 0
Top