4,327
社区成员
发帖
与我相关
我的任务
分享
<mx:DataGrid id="dgPhoto" dataProvider="{photoList}" editable="false" fontSize="14" width="100%" height="70%">
<mx:columns>
<mx:DataGridColumn headerText="photo">
<mx:itemRenderer>
<mx:Component>
<mx:HBox>
<mx:image />
</mx:HBox>
</mx:Component>
</mx:itemRenderer>
</mx:DataGridColumn>
</mx:columns>
</mx:DataGrid>