android - How can i disable a scrollview? -


i using relativelayout , inside scrollview , inside linear layout , textview ensuring scrolling of textview, not want scroll text after particular condition. so, can this?

to make scrollbars invisible use attribute.

android:scrollbars="none" 

edit:

if there need of runtime changes on visibility or state of enabling, can use scrolview.setenabled(false) or android:enabled=false.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -