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?
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?
I've already tried that, ScrollView.Panel.Height is 2000 also the inner panel height is 3000. Everything I try seems to indicate that the EditText view cannot be greater that 1000.
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).
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).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.