gpt4 book ai didi

apache-flex - 柔性 4 : Controls in spark Panel still show when outside of panel size

转载 作者:行者123 更新时间:2023-12-04 03:28:48 24 4
gpt4 key购买 nike

我在进行一些程序化面板调整大小时发现了这一点: 当 Spark 面板中的组件位于物理面板边界之外时,它们仍然可见。 mx 面板不会发生这种情况。

在 Windows 7 上运行 Flex 4.1

我尝试将 mx 和 spark 控件放在 spark 面板中,但它们都出现在边界之外。请注意,这不会发生在 mx 面板上。

要使 spark 的行为像 mx,我缺少什么?

谢谢!

示例代码:

    <?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx">
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
<s:Panel x="6" y="8" width="157" height="200">
<s:Label x="2" y="10" text="ABCDEFGHIJKL" width="258" height="35" textAlign="right"/>
<mx:Label text="Label" x="232" y="55"/>
<mx:Button x="125" y="96" label="Button"/>
</s:Panel>
<mx:Panel x="10" y="216" width="200" height="200" layout="absolute">
<mx:Label x="0" y="46" text="Label" width="217" textAlign="right"/>
<mx:Button x="163" y="88" label="Button"/>
</mx:Panel>
</s:WindowedApplication>

最佳答案

您可以在其中放置一个s:Group 并设置clipAndEnableScrolling="true"。它与 CSS 的 overflow:hidden 非常相似。

关于apache-flex - 柔性 4 : Controls in spark Panel still show when outside of panel size,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5422956/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com