Android 中的平滑滚动 ListView

发布于 2024-12-10 11:39:50 字数 158 浏览 0 评论 0原文

我在使 smoothScrollBy(int distance, inturation) 工作时遇到一些问题。我想做的是当用户滚动列表视图时将项目置于列表视图的中间。一次只有 3 个可见项目,因此当用户滚动时,应平滑滚动到最靠近中心的项目,而不是使用 setSelectionFromTop (可行)。

I'm having some problems getting smoothScrollBy(int distance, int duration) to work. What I'm trying to do is to center an item in the middle of the listview when user scrolls the listview. There are only 3 visible items at a time, so when user scrolls, the item nearest the center should be smooth-scrolled to, instead of using setSelectionFromTop (which works).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

扬花落满肩 2024-12-17 11:39:50

不确定我的理解是否正确,但也许您可以尝试平滑滚动到中心上方的项目?

Not sure if I understand you right but maybe you could try smooth-scrolling to the item above the center one?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文