Android Question Text View Max Height

Bob Wilson

Member
Licensed User
Longtime User
I have a EditText in a ScrollView Panel but Can't see the whole of the Text. I have made the height of the Text bigger and bigger but any more than 1000 doesn't seem to make any difference. Is there a maximum height and have I reached it at 1000?
 

Bob Wilson

Member
Licensed User
Longtime User
I have a EditText in a ScrollView Panel but Can't see the whole of the Text. I have made the height of the Text bigger and bigger but any more than 1000 doesn't seem to make any difference. Is there a maximum height and have I reached it at 1000?
 
Upvote 0

Bob Wilson

Member
Licensed User
Longtime User
Call IME.SetLengthFilter with a large number and see whether it allows you to add more lines (the number is the number of characters allowed, not lines).
Not sure that is true, I set the Height to 950 expecting it to chop off 50 characters and it didn't!
 
Upvote 0
Top