更改适配器上的数据后,如何将列表视图的滚动条返回到顶部?

发布于 2024-11-18 09:39:00 字数 256 浏览 5 评论 0原文

我使用带有 2 个 ListView 的 ViewFlipper:一个用于类别,一个用于数据。 每次用户选择一个类别时,我都会更新第二个列表视图的数据(清除它并添加新数据),调用notifydatachanged,然后调用ViewFlipper showNext()。

问题是,当我在列表中向下滚动,然后返回(showprev)选择另一个类别,然后再次翻转到更新的列表时 - 滚动条是我离开他的位置,在列表视图的中间,并且不在上面。

我怎样才能让它恢复到最佳状态呢?

I'm using a ViewFlipper with 2 ListViews: one for categories, and one for data.
Every time user picks a category - i update the 2nd listview's data (clear it and add new data), call notifydatachanged, and call the ViewFlipper showNext().

The problem is that when i scroll down in a list, and than go back (showprev) to pick another category, and again flip to the updated list - the scrollbar is where i've left him, in the middle of the listview, and not on top.

how can i take it back to be uppest it can?

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

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

发布评论

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

评论(1

若能看破又如何 2024-11-25 09:39:00

您可以使用以下方法将滚动条设置为始终位于顶部:.setSelection(0)

You can set the scrollbar to always on top by using: .setSelection(0)

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