Reputation: 275
I tried to use two rect components in flex 4.6 mobile. Both were placed in a vgroup. But i could see a gap between the two rect components. Is it possible to customize this gap. I dont think vgroup has a vertical gap property. I want to make the gap 0.
Thanks, Sukesh
Upvotes: 2
Views: 422
Reputation: 2569
There is a Gap property for vgroups and hgroups
<s:vgroup gap="0"/>
I think the default is 8 if you don't specify it.
Upvotes: 2