<s:Form> <s:layout> <s:FormLayout gap="-14"/> </s:layout> ... </s:Form>
Do note, however, that this will cause layout issues when adding controls to the Form that are not wrapped in FormItems. An alternative solution is to roll a custom FormItem skin which alters the row constraint declaration as follows:
<s:constraintRows> <!--- @private --> <s:ConstraintRow id="row1" baseline="maxAscent:0" height="100%"/> </s:constraintRow>
instead of the default
<s:constraintRows> <!--- @private --> <s:ConstraintRow id="row1" baseline="maxAscent:10" height="100%"/> </s:constraintRow>
No comments:
Post a Comment