Another quick post…
I was stuck recently with a Flex component that had a List with an itemRenderer. The itemRenderer contained another List with an itemRenderer. Now the problem with this is that the data had unique counts and the lists had variable row heights (variableRowHeight = true). The result was that containers would not dynamically [...]
Dynamically resize nested Flex List with variableRowHeight
August 21st, 2008 · 1 Comment
Tags: Flex
Flex 3 AdvancedDataGrid Summary Divider
June 26th, 2008 · 2 Comments
The AdvancedDataGrid (ADG) control in Adobe Flex 3 extends the capabilities of the standard DataGrid control to improve data visualization. You can:
Sort by multiple columns when you click in the column header
Use the styleFunction property to specify a function to apply styles to rows and columns of the control
Use an expandable navigation tree in a [...]
Tags: Flex