I have a TextView that I\'m dynamically adding text to.
TextView
in my main.xml file I have the properties set to make my max lines 19 and scrollbar
main.xml
scrollview=(ScrollView)findViewById(R.id.scrollview1); tb2.setTextSize(30); tb2=(TextView)findViewById(R.id.textView2); scrollview.fullScroll(View.FOCUS_DOWN);
Or use this in TextView: