我想从FormItem I中移除额外的空格/填充/间隙,m在flex 4.6中使用移动项目的形式
我已经尝试将间隙和填充设置为0,但是表单和字段仍然在右侧和顶部缩进?
<s:FormItem label="Start Date" width="150">
<s:HGroup>
<s:TextInput id="startDate" width="90" editable="false"/>
<s:Button id="setStartDate" label="set" height="34" fontSize="10" click="setStartDate_clickHandler(event)"/>
</s:HGroup>
</s:FormItem>
<s:FormItem label="End Date" width="150">
<s:HGroup>
<s:TextInput id="endDate" width="90" editable="false"/>
<s:Button id="setEndDate" label="set" height="34" fontSize="10" click="setEndDate_clickHandler(event)"/>
</s:HGroup>
</s:FormItem>
</s:HGroup>
</s:Form>
答案 0 :(得分:0)
这有关于它的良好信息http://livedocs.adobe.com/flex/3/html/help.html?content=layouts_08.html