给定以下代码:
<mx:DataGridColumn dataField="ongoing" id="ongoing" headerText="" width="20">
<mx:itemRenderer>
<mx:Component>
<mx:Image source="logo.jpg" visible="false" />
</mx:Component>
</mx:itemRenderer>
</mx:DataGridColumn>
为什么图像总是可见?我知道 data.ongoing 总是被设置为“False”,而且我知道图像正在获取此信息。据我所知,这甚至不应该与它有任何关系,但我以前对 Flex 的框架感到惊讶。谢谢!