Android ListView 起始偏移量?

发布于 2024-10-10 09:15:34 字数 202 浏览 1 评论 0原文

有人知道如何更改 ListView 的起始偏移量吗?

我的意思是使列表视图的起始项成为不同的项,然后编号为零,

因此当您从起始点向下拖动列表视图时

,当我尝试使用 ListView.offsetTopAndBottom(x) 时, 它将返回到第一个(自定义)起始点项。影响, 只是它对我来说不可用,因为它改变了整个视图的偏移(底部也是如此)

anyone knows how do i change the starting offset of a ListView ?

i mean to make the list view's starting item a different item then number zero

so when you drag down the listview from starting point it will return to the first (custom) starting point item

when i try using ListView.offsetTopAndBottom(x) it gets that effect,
only its not usable for me because it changes the offset of the entire view (the bottom as well)

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

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

发布评论

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

评论(1

饮湿 2024-10-17 09:15:34

您可以尝试使用 setSelection() 来设置列表中的选定项目,从而确保该项目可见。

You can try to use setSelection() to set the selected item in the list which, in turn, should make sure that item visible.

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