I was just trying to migrate some old Flex MXML to FlexJS and I realized I don’t know how to do something:
It’s actually an old mx VBox which had a verticalGap property. I don’t see an obvious way to specify a gap in a js:VerticalLayout. If it’s not there, we need to add it, but this issue made me realize a more fundamental issue. I think we need lots of little examples comparing old Flex with FlexJS with working samples of code — similar to Peter deHaan’s http://blog.flexexamples.com/. Harbs