Always show scrollbar for ListView

允我心安 提交于 2020-05-12 11:09:06

问题


There are ListViews in some activities of my app.

Since Android 2.1 or 2.2 scrollbars will be only displayed if the user scroll the list or for very short time at the beginning. Then scrollbars will disappear.

Is it possible somehow to show them always as for example in Android 1.5?


回答1:


In your xml set android:fadeScrollbars="false"




回答2:


You can accomplish this with the method setScrollbarFadingEnabled() on the View object.



来源:https://stackoverflow.com/questions/5978587/always-show-scrollbar-for-listview

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!