Monday, September 2, 2013

Android add Vertical scroll for TextView

Android add Vertical scroll for TextView
This post about how to add vertical scroll bar for Textview
Check below ex:
TextView textView = new TextView(this);
textView.setMovementMethod(new ScrollingMovementMethod());

textView.setText("Hello");

No comments:

Post a Comment

Check out this may be help you

Related Posts Plugin for WordPress, Blogger...