I have an Edit Text view that is i.e. 50%y tall. However, I am super-imposing a keyboard over the bottom half.
As the user types into the edit text view (via the super-imposed keyboard), i would like to scroll the text upward so the user can see the last couple of lines above the keyboard.
Is there a way to do this?
I've tried setting SelectionStart and this does set the cursor where it belongs, but it doesn't scroll the end of the text to the top.
Any ideas would be appreciated.
Regards,
Rusty
As the user types into the edit text view (via the super-imposed keyboard), i would like to scroll the text upward so the user can see the last couple of lines above the keyboard.
Is there a way to do this?
I've tried setting SelectionStart and this does set the cursor where it belongs, but it doesn't scroll the end of the text to the top.
Any ideas would be appreciated.
Regards,
Rusty