[flexcoders] Help Please: Flex 2: - Beta 2: Multi-column form layout

2006-03-31 Thread Smitha
Posting again in the hope of getting a response. See below for bit more detail. 1. Anyone seen problem with FormItem truncating the bottom edge of its children? 2. What is the most effective way to achieve multi column field layout in mx.containers.Form? Thanks in advance. Anand I need a

[flexcoders] Flex 2: - Beta 2: Multi-column form layout

2006-03-30 Thread Smitha
I need a grid layout of FieldItems while leveraging the form handling logic (default button, tab management, anything else?) I tried the following: MyForm extends Form function updateDisplayList() { // Layout MyFormItems @ 2 per row // Set the width to half the available space }