作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
HorizontalScrollView 的文档如下:
You should never use a HorizontalScrollView with a ListView, since ListView takes care of its own scrolling. Most importantly, doing this defeats all of the important optimizations in ListView for dealing with large lists, since it effectively forces the ListView to display its entire list of items to fill up the infinite container supplied by HorizontalScrollView.
这里的推理似乎适用于(垂直滚动的)ScrollView,因为 ListView 也垂直滚动。但是 ScrollView 没有任何这样的警告。 Google 是否将此警告放在了错误的类别中,还是我不明白什么?
最佳答案
关于android - HorizontalScrollView 与 ListView——文档错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4825086/
我是一名优秀的程序员,十分优秀!