Flash 构建器 (Flex) - 隐藏 UI 元素

发布于 2024-10-07 09:30:58 字数 296 浏览 1 评论 0原文

嘿,如何在 Flash Builder 中隐藏元素?我可以做visible=false,但元素仍然存在(其他按钮不居中)。我正在寻找 display:none 样式属性。

<mx:HBox horizontalAlign="center">
   <mx:Button id="publishButton" label="Start" />
   <mx:Button label="Stop" visible="false" />
</mx:HBox>

谢谢!

Hey, how can I hide an element in Flash Builder? I can do visible=false but the element is still there (other buttons are not centered). I'm looking for display:none style property.

<mx:HBox horizontalAlign="center">
   <mx:Button id="publishButton" label="Start" />
   <mx:Button label="Stop" visible="false" />
</mx:HBox>

Thx!

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

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

发布评论

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

评论(1

白况 2024-10-14 09:30:58

visible="false" includeInLayout="false",它们应该一起使用。

visible="false" includeInLayout="false", they should be used together.

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