UIScrollBar 具有更宽/更大的按钮

发布于 2024-12-18 10:53:34 字数 218 浏览 0 评论 0原文

我制作了一个触摸屏应用程序,并在其中的一个 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 技术交流群。

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

发布评论

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

评论(1

つ可否回来 2024-12-25 10:53:34

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.

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