Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Google Android
Language Found: English
Description
Steps to reproduce:
IconItemRenderer has no easy way to set the iconWidth and/or iconHeight to the width or weight of the cell if used in a Spark List control. Doing this in the IR's updateDisplayList just seems broken:
iconWidth = ((owner as List).layout as TileLayout).columnWidth;