从 TextArea 皮肤 VScrollBar

发布于 2025-01-03 14:38:47 字数 105 浏览 1 评论 0原文

这就是问题:我如何从 TextArea 设计 VScrollBar!?我确实从 Spark 列表中对 VScrollBar 进行了皮肤处理并且工作正常,但这个不行! 有什么帮助吗!? 谢谢 ;-)

This is the question: How can i Skin the VScrollBar from a TextArea!? I did skin a VScrollBar from a Spark List and works fine but not this one!!
Any help!?
Thanks ;-)

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

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

发布评论

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

评论(1

柒七 2025-01-10 14:38:47

使用样式表设置皮肤,该样式表将所选文本区域内的所有滚动条设置为使用您的皮肤。例如,使用此指令:

.scrollableText s|VScrollBar
{
    skin-class: ClassReference("com.net.org.skins.ScrollBarSkin");
}

要为该文本区域设置皮肤:

<s:TextArea styleName="scrollableText">

Set the skin using a stylesheet that sets all scrollbars within your chosen textareas to use your skin. For example, use this directive:

.scrollableText s|VScrollBar
{
    skin-class: ClassReference("com.net.org.skins.ScrollBarSkin");
}

To skin this textarea:

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