Android的隐藏列表视图滚动条?视图、滚动条、列表、Android

2023-09-03 20:28:13 作者:少年痴货最帅比@

有没有一种方法来隐藏滚动条中的ListView 。我知道这是可能的滚动型但无法找到一种方法,的ListView 滚动条。任何想法?

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?

推荐答案

尝试在布局XML文件中键入此

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

希望,它可以帮助你。