UIScrollBar 具有更宽/更大的按钮
我制作了一个触摸屏应用程序,并在其中的一个 TextField 中使用了 UIScrollBar
,我想让它的按钮更宽/更大。 .width
和 .scaleX
以及 .setSize()
属性不起作用。我更改了 UIScrollBar 内所有组件的大小(变宽),但它保持其原始宽度大小不变。这个问题有什么解决办法吗?
I made a touch screen application and I used a UIScrollBar
for one of my TextField in there and I want to make it's buttons wider/bigger. The .width
and .scaleX
and also .setSize()
properties are not working. I change size of all components inside the UIScrollBar
(make wider), but it keeps its original width size with no changes. Is there any solution for this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
G·斯金纳就是这样的人。他在滚动条组件类中添加了滚动条宽度,您可以下载他的源代码并在此处查看说明:
http://gskinner.com/blog/archives/2007/05/variable_scroll.html
将其与您的自定义蒙皮一起使用。
G Skinner is the man. He added scrollbar width inside the scrollbar component class, you can download his source and see instructions here:
http://gskinner.com/blog/archives/2007/05/variable_scroll.html
Use it along with you custom skinning.