Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

You can also do this in programatically(.class) by adding this lines

yourtextView.setVerticalScrollBarEnabled(true); yourtextView.setMovementMethod(new ScrollingMovementMethod()); 

Refer this linklink for more details.

You can also do this in programatically(.class) by adding this lines

yourtextView.setVerticalScrollBarEnabled(true); yourtextView.setMovementMethod(new ScrollingMovementMethod()); 

Refer this link for more details.

You can also do this in programatically(.class) by adding this lines

yourtextView.setVerticalScrollBarEnabled(true); yourtextView.setMovementMethod(new ScrollingMovementMethod()); 

Refer this link for more details.

added 138 characters in body
Source Link
SaravanaRaja
  • 3.4k
  • 3
  • 24
  • 33

You can also do this in programatically(.class) by adding this lines

yourtextView.setVerticalScrollBarEnabled(true); yourtextView.setMovementMethod(new ScrollingMovementMethod()); 

Refer this link for more details.

You can also do this in programatically(.class) by adding this lines

yourtextView.setVerticalScrollBarEnabled(true); yourtextView.setMovementMethod(new ScrollingMovementMethod()); 

You can also do this in programatically(.class) by adding this lines

yourtextView.setVerticalScrollBarEnabled(true); yourtextView.setMovementMethod(new ScrollingMovementMethod()); 

Refer this link for more details.

Source Link
SaravanaRaja
  • 3.4k
  • 3
  • 24
  • 33

You can also do this in programatically(.class) by adding this lines

yourtextView.setVerticalScrollBarEnabled(true); yourtextView.setMovementMethod(new ScrollingMovementMethod());