我正在拼命尝试将我的边框容器设置为最高的z-index,因此它总是显示在顶部。
我怎么知道我的flex阶段有多少个对象,所以我能够将bordercontainer设置为最高深度? 我在深度属性中写了什么shell,以便边框容器始终位于顶部? (重要的是要提到我创建了动态对象)
<s:BorderContainer includeIn="state2" width="200" height="200" backgroundColor="#992F2F"
horizontalCenter="-61" verticalCenter="23" depth.state2=currentState.num>
</s:BorderContainer>
TNX!
答案 0 :(得分:0)
您应该可以使用深度参数
<s:BorderContainer includeIn="state2" width="200" height="200" backgroundColor="#992F2F"
horizontalCenter="-61" verticalCenter="23" **depth=999** >
</s:BorderContainer>