由于尺寸要求,我无法再将标签添加到列表中时尝试将标签变为红色。渲染器可以工作,但Flex会创建一个单独的组件。我想不出有什么好的方法可以将这个值传递给新组件。有什么想法吗?
<mx:List... >
<mx:itemRenderer>
<mx:Component>
<comp:SetSizeLabel numIps="{data.numInSet}" remaining= "{remaining}"/>
</mx:Component>
</mx:itemRenderer>