Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试在 flex 4.6 mobile 中使用两个 rect 组件。两者都被放置在一个 vgroup 中。但我可以看到两个矩形组件之间的差距。是否可以自定义此间隙。我不认为 vgroup 具有垂直间隙属性。我想让差距为0。
谢谢,苏克什
vgroups 和 hgroups 有一个 Gap 属性
<s:vgroup gap="0"/>
如果您不指定,我认为默认值为 8。