Guest User

Untitled

a guest
Jun 24th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <mx:ControlBar x="10" y="40" width="460" height="230">
  2. <mx:HorizontalList id="dataGrid"
  3. dataProvider="{dataArr}"
  4. labelField="lbl"
  5. iconField="src"
  6. itemRenderer="CustomItemRenderer"
  7. columnCount="4"
  8. columnWidth="100"
  9. rowHeight="100"
  10. horizontalScrollPolicy="on"
  11. width="439" height="230"/>
  12. </mx:ControlBar>
  13.  
  14. <mx:VBox horizontalAlign="center" verticalAlign="middle">
  15.  
  16. <mx:Image source="{data.@thumbnailImage}" />
  17.  
  18. <mx:Label text="{data.@nomept}" />
  19.  
  20. </mx:VBox>
Add Comment
Please, Sign In to add comment