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

Posted

tags:

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

  1. <components:SectionList id="list" x="0" y="0"
  2. width="100%" height="100%"
  3. sectionField="section"
  4. dataProvider="{arr}">
  5.  
  6. <components:layout>
  7. <layout:SectionListLayout columnWidth="200"/>
  8. </components:layout>
  9.  
  10. <components:itemRenderer>
  11. <fx:Component>
  12. <skins:SectionListItemRenderer
  13. normalLabelField="label"
  14. sectionField="section"
  15. backgroundSection="0x1d9cd1"/>
  16. </fx:Component>
  17. </components:itemRenderer>
  18. </components:SectionList>

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

使用SectionList自定义Flex组件

运行时分配操作的快捷方式不会在自定义组件中触发

高性能列表组件SectionList详解

相对布局

在自定义选取器中重新加载数据

ReactNative简介开发环境调试常用组件useState状态FlatList组件SectionList组件Platform 模块定义样式图片组件触摸事件打包apk发布版