ListView - on scroll select all list items
When I scroll my custom ListView without using scollbars, it selects all items. Ho开发者_高级运维w could I prevent that effect and why this is happening?
I don't think that you select all your items. You should try to set for your ListView in the xml:
android:cacheColorHint="#0000"
See ListView cacheColorHint .
精彩评论