How do you delete itemrenderers in a spark Listform for mobile?
问题 I've got a spark ListForm with a custom mxml itemRenderer, all the itemRenderer has is: <s:Label text="{data.name}" /> When I run the profiler, the listform is not re-using the itemRenderers, the instances keep going up and up, I'm using an arrayCollection as the dataprovider. I even call the dataprovider (arrayCollection) .removeAll() and the display goes blank, yet the number of instances of the itemRenderer does not go down. I then run the garbage collector in the profiler, and the item