LWUIT 中的滚动条
如何编辑列表滚动条的样式?
我主要是想修改它的宽度。
要更改他的颜色,我使用 UIID ScrollThumb,这是正确的吗?
谢谢
How can I edit the style of the lists´ scrollbar?
I want to modify its width, mainly.
To change his colors I use the UIID ScrollThumb, is this correct?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
@Shai Almog 向我展示了如何编辑
ScrollBar
。使用 UIID“Scroll”和“ScrollThumb”,我可以自定义应用程序的滚动。修改填充/背景我可以控制宽度。
LWUIT svn中有很多例子。
@Shai Almog shows me how to edit the
ScrollBar
.Using the UIIDs "Scroll" and "ScrollThumb", I can customize my apps´ scroll. Modifying padding/background I can control the width.
There are so many examples in the LWUIT svn.