The following example shows how you can create a variable row height item renderer on a Flex ComboBox control by setting the variableRowHeight property on the ComboBox control’s dropdown property.
Full code after the jump.
Continue reading ‘Creating a variable row height item renderer on a ComboBox control in Flex’
The following example shows you how you can create a Tree control in Flex with variable row heights by setting the variableRowHeight and wordWrap properties.
Full code after the jump.
Continue reading ‘Creating a Flex Tree control with variable row heights’
The following example shows how you can create multi-line rows with wrapping text and variable row heights with the Flex List control.
Full code after the jump.
Continue reading ‘Creating multi-line list rows with variable row heights’
User “Fred” asked a question the other day about using the TextArea as an item editor in an editable, variable line height DataGrid control.
The following example shows how you can use the Flex TextArea control as a drop-in item editor to allow you to easily edit the items in a DataGrid control.
Full code after the jump.
Continue reading ‘Using a Flex TextArea control as a drop-in item editor’