Using the SectionList custom Flex component


/ Published in: ActionScript 3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <components:SectionList id="list"
  2. x="0" y="0" width="100%" height="100%"
  3. sectionField="section" dataProvider="{arr}">
  4.  
  5. <components:itemRenderer>
  6. <fx:Component>
  7. <skins:SectionListItemRenderer
  8. normalLabelField="label"
  9. sectionField="section"
  10. backgroundSection="0x1d9cd1"/>
  11. </fx:Component>
  12. </components:itemRenderer>
  13.  
  14. </components:SectionList>

URL: http://corlan.org/?p=2931

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.