ListView - 滚动时选择所有列表项
当我在不使用滚动条的情况下滚动自定义 ListView 时,它会选择所有项目。我怎样才能防止这种影响以及为什么会发生这种情况?
When I scroll my custom ListView without using scollbars, it selects all items. How could I prevent that effect and why this is happening?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为您选择了所有项目。
您应该尝试在 xml 中设置 ListView:
请参阅 ListView cacheColorHint 。
I don't think that you select all your items.
You should try to set for your ListView in the xml:
See ListView cacheColorHint .