Is there a way to hide scrollbar in ListView. I know it's possible for ScrollView but can't find a way for ListView scrollbar. Any ideas?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
Try to type this in layout xml file android:scrollbars="none" Tutorial is here. http://developer.android.com/reference/android/view/View.html#attr_android:scrollbars Hope, it helps you |
|||||||
|