Question about EditText

Armoured

Member
Licensed User
Longtime User
Hi,
Is possible to have a non editable but scrollable EditText?
If the answer is yes how?

:sign0104:
 

mc73

Well-Known Member
Licensed User
Longtime User
Not sure, but disabling the view, wouldn't turn scrolling off? Haven't tried it though. Anyway, another try would be to set inputType to NONE.
 
Upvote 0

mc73

Well-Known Member
Licensed User
Longtime User
Perhaps by setting the selectionStart property of your textBox to its very end.
 
Upvote 0
Top