Flex 组件 - 调整大小时,调整所有内部组件的大小

发布于 2024-12-20 16:39:02 字数 7 浏览 1 评论 0原文

My component has lots of inner components.
When i resize the container component (panel), i want all inner components resize with same ratio. Which function should i use?

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

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

发布评论

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

评论(1

用心笑 2024-12-27 16:39:02

将宽度和高度设置为百分比而不是硬编码值。

<s:Panel title="Flexible Container" backgroundColor="0x00FF00"
        width="75%" height="75%">
        <s:TextArea id="mTA" height="100%" width="100%" 
            text="Text Area Resize" />
</s:Panel>

Set the width and height to a percentage instead of a hard-coded value.

<s:Panel title="Flexible Container" backgroundColor="0x00FF00"
        width="75%" height="75%">
        <s:TextArea id="mTA" height="100%" width="100%" 
            text="Text Area Resize" />
</s:Panel>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文