Android ListView内的蜂巢式快速滚动条?

发布于 2024-12-11 22:15:59 字数 250 浏览 0 评论 0原文

我有一个包含多个元素的 ListView,因此我需要使用 Android Honeycomb API 中的快速滚动条。我希望快速滚动条位于列表的左侧,因为我正在执行 getListView().setVerticalScrollbarPosition(ListView.SCROLLBAR_​​POSITION_LEFT);

问题是快速滚动条实际上​​位于列表内部列表,在它的左侧,但我希望滚动条位于列表之外,在它的左侧。我怎样才能做到这一点?

I have a ListView with several elements, so I need to use a fast scrollbar from the Android Honeycomb API. I want the fast scrollbar to be on the left side of the list, for that I'm doing getListView().setVerticalScrollbarPosition(ListView.SCROLLBAR_POSITION_LEFT);

The problem is that the fast scrollbar is actually inside the list, on the left side of it, but I want the scrollbar to be outside the list, on the left of it. How can I achieve that?

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

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

发布评论

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

评论(1

梦魇绽荼蘼 2024-12-18 22:16:00

我认为不可能使视图的一部分出现在其自身尺寸(边框)之外..
您是否尝试使用 padding 解决您的特定问题?

i don't think its possible to make a part of the view to appear outside of its own dimensions (border) ..
did you tried solving your specific problem using padding ?

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