Android Linkify 停止 getSelectedItemPosition() 工作?

发布于 2024-09-14 07:36:32 字数 225 浏览 4 评论 0原文

我有一个 ListView,其中行中有一个 TextView。 TextView 已链接化并已在其上设置了 setMovementMethod(LinkMovementMethod.getInstance())。

ListView 不再可选,并且 ListView 的 getSelectedItemPosition() 始终返回 -1 。

在这种情况下,有没有办法知道 ListView 滚动到哪里?

I have a ListView which has a TextView in the row. The TextView has been Linkified and has had setMovementMethod(LinkMovementMethod.getInstance()) set on it.

The ListView is no longer selectable and the ListView's getSelectedItemPosition() always return -1 .

Is there a way to know where the ListView has scrolled to in this case?

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

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

发布评论

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

评论(1

自演自醉 2024-09-21 07:36:32

您可以尝试 AdapterView#getFirstVisiblePosition()< /code>它将返回屏幕上第一个可见子视图在适配器中的位置。

You can try AdapterView#getFirstVisiblePosition() it will return the position in the adapter for the first visible child view on the screen.

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