/ Published in: ActionScript 3
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<components:SectionList id="list" x="0" y="0" width="100%" height="100%" sectionField="section" dataProvider="{arr}"> <components:itemRenderer> <fx:Component> <skins:SectionListItemRenderer normalLabelField="label" sectionField="section" backgroundSection="0x1d9cd1"/> </fx:Component> </components:itemRenderer> </components:SectionList>
URL: http://corlan.org/?p=2931