使用SectionList自定义Flex组件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用SectionList自定义Flex组件相关的知识,希望对你有一定的参考价值。
<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>
以上是关于使用SectionList自定义Flex组件的主要内容,如果未能解决你的问题,请参考以下文章