Android Listview 隐藏滚动条

来源:互联网 发布:淘宝网首页包 编辑:程序博客网 时间:2024/04/25 14:51

转发地址:http://www.cnblogs.com/fengzhblog/p/3179922.html


在<ListView>标签中设置属性。

android:fastScrollEnabled="false"

以下属性scrollbars可以设置为none也可以不设置为none。效果会有点不同。根据具体情况决定是否设置为none。

android:scrollbars="none"

属性fastScrollEnabled说明:

Enables the fast scroll thumb that can be dragged to quickly
scroll through the list. [boolean]

译:允许fast scroll thumb可以拖动来快速滚动列表。

属性scrollbars说明:

Defines which scrollbars should be displayed on scrolling or not.

译:定义在scrolling时哪个滚动条应该显示出来,或者不显示。


0 0
原创粉丝点击