使用SectionList自定义Flex组件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用SectionList自定义Flex组件相关的知识,希望对你有一定的参考价值。

  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>

以上是关于使用SectionList自定义Flex组件的主要内容,如果未能解决你的问题,请参考以下文章

在自定义布局管理器中使用SectionList组件

Flex 应用程序到组件?

用flex布局实现Sticky Footers

flex 自定义组件

Flex 4 从自定义组件调度自定义事件(为啥 flex 将自定义事件转换为 mouseevent)

具有更多内部功能的 Flex 自定义组件