在 ButtonBar 中设置 Spark 按钮宽度
如何设置 Spark ButtonBar 中的各个按钮大小?它曾经是这样的:
<mx:ButtonBar id="myButtonBar" buttonHeight="12" buttonWidth="250" >
当我尝试在 Spark 中执行相同操作时,出现错误:
无法解析组件类型spark.components.ButtonBar的属性“buttonHeight”
我不想创建一个单独的皮肤...只是如果可能的话可以内联工作
How do I set the individual button sizes in a Spark ButtonBar? It used to be something like:
<mx:ButtonBar id="myButtonBar" buttonHeight="12" buttonWidth="250" >
I get an error when I try to do the same in Spark:
Cannot resolve attribute 'buttonHeight' for component type spark.components.ButtonBar
I don't want to create a separate skin...just something that will work inline if possible
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需设置其布局即可。
Spark 中的许多事情都不同:)
Just set its layout.
Many things are just different in Spark :)
我看到有两种不同的方法来解决这个问题。
您还可以回滚到 Flex 3 ButtonBar 并使用 buttonWidth 样式。有些事情在 Halo 中变得更容易。
I see two different ways to approach this.
You could also roll back to the Flex 3 ButtonBar and use the buttonWidth style. Some things are just easier in Halo.