在spark ButtonBar flex4中设置按钮的高度

发布于 2025-01-03 07:02:11 字数 697 浏览 1 评论 0原文

我有以下代码:

        <s:ButtonBar id="tabs" y="15" left="0" height="31"
                 change="VideosMenuBar_changeHandler(event)" requireSelection="true">  
        <s:layout>
            <s:HorizontalLayout gap="1" columnWidth="180" variableColumnWidth="false"   
                                />
        </s:layout>

        <s:ArrayCollection>
            <fx:String>Latest Videos</fx:String>
            <fx:String>Last Week Videos</fx:String>
            <fx:String>Last Month Videos</fx:String>
        </s:ArrayCollection>

    </s:ButtonBar>

如何更改此按钮栏中按钮的高度?没有额外的皮肤等级可以吗?

i have the following code:

        <s:ButtonBar id="tabs" y="15" left="0" height="31"
                 change="VideosMenuBar_changeHandler(event)" requireSelection="true">  
        <s:layout>
            <s:HorizontalLayout gap="1" columnWidth="180" variableColumnWidth="false"   
                                />
        </s:layout>

        <s:ArrayCollection>
            <fx:String>Latest Videos</fx:String>
            <fx:String>Last Week Videos</fx:String>
            <fx:String>Last Month Videos</fx:String>
        </s:ArrayCollection>

    </s:ButtonBar>

how can i change the height of the buttons in this buttonbar?? is it possible without extra skin class??

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

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

发布评论

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

评论(1

桃扇骨 2025-01-10 07:02:11

我通过上面给出的Maxim Kachurovskiy的答案解决了这个问题

<s:HorizontalLayout verticalAlign="justify" .../>

i solved the problem with the answer of Maxim Kachurovskiy given above by putting

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