Android Question ScrollView and MultiLine EditText Help Please???

Mashiane

Expert
Licensed User
Longtime User
Hi

I am loading a panel with a multi-line edittext on a scrollview. I resize the height to be double the height of the device and resize the multi-line edittext accordingly.

Now the challenge is when I type text in the multi-line that is longer, no vertical scroll bar is shown and I can't scroll the text as the underlying scrollview swipe event detects my movements.

Is there a way around this so that the multi-line edittext behaves as expected within the scrollview?

Ta!
 
Top