Not sure if this is related, as i havent seen the source, but maybe some source samples would help (just to look through the code not run).
ItemRenderes are built based on the amount of visible Items. I think the problem you'll find here, and that i had to work around, is that with List components ItemRenderers will not actually remove themselves from the component when it is resized or altered, instead it only removes the renderers it does not need anymore or adds the extra renderers that are needed. This means that if the data in an item renderer changes it needs to be explictly updated, so updating the source of your item renderer by overriding the data setter or something similar. do you have binding in your ItemRenderer? Was this of any help? Regards, Justin

