Hide or Show Scroll Bar

 Hide or Show Scroll Bar


By using this simple code, you can show or hide the scroll bar of ScrollView, ListView, RecyclerView or GridView.

Codes:
To hide:
vscroll1.setVerticalScrollBarEnabled(false);

To show:
vscroll1.setVerticalScrollBarEnabled(true);

vscroll1 - Scroll Layout ID (scrollview , listview, etc)

Comments

Popular posts from this blog

Number with Comma (9,999)

Get Percent of the Number (98%)

Get X, Y Position of Layout