Android ListView内的蜂巢式快速滚动条?
我有一个包含多个元素的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为不可能使视图的一部分出现在其自身尺寸(边框)之外..
您是否尝试使用 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 ?