Flex Tidbits
July 25, 2008
Just thought that I’d post some tidbits of knowledge that I’ve learned today: To properly display multi-line ItemRenderers using one of Flex’s list-based controls, you need to set the list control’s "variableRowHeight" property setting to true. If your ItemRenderer’s size changes dynamically based on the supplied content (ex: long blocks of text), you’ll need to [...]
0