在运行时在 Flex 中向组添加边框
我正在尝试在运行时在 Flex 中制作一组 Spark 类型。我正在运行时制作几个按钮作为该组的子按钮。我想为所有组添加边框。但是,当我使用边框容器时,它会隐藏所有其他子项和组容器中的内容,并且仅显示边框容器屏幕。如何向组添加边框。
请注意,我在运行时将边框容器添加为组容器的子级。
此致
i am trying to make a group of spark type in flex at runtime.i am making a couple of buttons as children of this group in runtime. i want to add border to all group. however when i use border container it hides all other children and the stuff in group container and only shows the border container screen. How can i add border to group.
Note that i am adding the border container as a child of group container in run time.
best regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在特定索引处添加 as:Rect 子项作为边框。
希望这有帮助,
布莱兹
You can add a s:Rect child at particular index acting as a border.
Hope this helps,
Blaze