Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
画像をフレックス グリッド列に埋め込む簡単な方法はありますか? 次のようなもの:
<mx:DataGridColumn width="23" src="images/testimage.jpg"/>
次のようなアイテム レンダラーを使用する必要があります。
<mx:DataGridColumn> <mx:itemRenderer> <mx:Component> <mx:Image source="images/testimage.jpg"/> </mx:Component> </mx:itemRenderer>