开发者

ListView - on scroll select all list items

开发者 https://www.devze.com 2023-03-22 18:39 出处:网络
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.

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 .

0

精彩评论

暂无评论...
验证码 换一张
取 消