列表项

2024-01-22 17:53 更新

列表包含一系列相同宽度的列表项。适合连续、多行呈现同类数据,例如图片和文本。

说明
  • 该组件从API Version 7开始支持。后续版本如有新增内容,则采用上角标单独标记该内容的起始版本。
  • 该组件回弹的前提是要有滚动。内容小于一屏时,没有回弹效果。

子组件

包含ListItemListItemGroup子组件。

说明

List的子组件的索引值计算规则:

  • 按子组件的顺序依次递增。
  • if/else语句中,只有条件成立的分支内的子组件会参与索引值计算,条件不成立的分支内子组件不计算索引值。
  • ForEach/LazyForEach语句中,会计算展开所有子节点索引值。
  • if/else/ForEach/LazyForEach发生变化以后,会更新子节点索引值。
  • ListItemGroup作为一个整体计算一个索引值,ListItemGroup内部的ListItem不计算索引值。
  • List子组件的visibility属性设置为Hidden或None依然会计算索引值。
  • List子组件的visibility属性设置为None时不显示,但该子组件上下的space还会生效。

接口

List(value?:{space?: number | string, initialIndex?: number, scroller?: Scroller})

从API version 9开始,该接口支持在ArkTS卡片中使用。

参数:

参数名

参数类型

必填

参数描述

space

number | string

子组件主轴方向的间隔。

默认值:0

说明:

设置为除-1外其他负数或百分比时,按默认值显示。

space参数值小于List分割线宽度时,子组件主轴方向的间隔取分割线宽度。

initialIndex

number

设置当前List初次加载时视口起始位置显示的item的索引值。

默认值:0

说明:

设置为除-1外其他负数或超过了当前List最后一个item的索引值时视为无效取值,无效取值按默认值显示。

scroller

Scroller

可滚动组件的控制器。用于与可滚动组件进行绑定。

说明:

不允许和其他滚动类组件绑定同一个滚动控制对象。

属性

除支持通用属性外,还支持以下属性:

名称

参数类型

描述

listDirection

Axis

设置List组件排列方向。

默认值:Axis.Vertical

从API version 9开始,该接口支持在ArkTS卡片中使用。

divider

{

strokeWidth: Length,

color?:ResourceColor,

startMargin?: Length,

endMargin?: Length

} | null

设置ListItem分割线样式,默认无分割线。

- strokeWidth: 分割线的线宽。

- color: 分割线的颜色。

- startMargin: 分割线与列表侧边起始端的距离。

- endMargin: 分割线与列表侧边结束端的距离。

从API version 9开始,该接口支持在ArkTS卡片中使用。

endMargin +startMargin 不能超过列宽度。

startMargin和endMargin不支持设置百分比。

List的分割线画在主轴方向两个子组件之间,第一个子组件上方和最后一个子组件下方不会绘制分割线。

多列模式下,ListItem与ListItem之间的分割线起始边距从每一列的交叉轴方向起始边开始计算,其他情况从List交叉轴方向起始边开始计算。

scrollBar

BarState

设置滚动条状态。

默认值:BarState.Off

从API version 9开始,该接口支持在ArkTS卡片中使用。

cachedCount

number

设置列表中ListItem/ListItemGroup的预加载数量,其中ListItemGroup将作为一个整体进行计算,ListItemGroup中的所有ListItem会一次性全部加载出来。具体使用可参考减少应用白块说明

默认值:1

从API version 9开始,该接口支持在ArkTS卡片中使用。

说明:

单列模式下,会在List显示的ListItem前后各缓存cachedCount个ListItem。

多列模式下, 会在List显示的ListItem前后各缓存cachedCount*列数个ListItem。

editMode(deprecated)

boolean

声明当前List组件是否处于可编辑模式。可参考示例3实现删除选中的list项。

从API version9开始废弃。

默认值:false

edgeEffect

EdgeEffect

设置组件的滑动效果。

默认值:EdgeEffect.Spring

从API version 9开始,该接口支持在ArkTS卡片中使用。

chainAnimation

boolean

设置当前List是否启用链式联动动效,开启后列表滑动以及顶部和底部拖拽时会有链式联动的效果。链式联动效果:List内的list-item间隔一定距离,在基本的滑动交互行为下,主动对象驱动从动对象进行联动,驱动效果遵循弹簧物理动效。

默认值:false

- false:不启用链式联动。

- true:启用链式联动。

从API version 9开始,该接口支持在ArkTS卡片中使用。

multiSelectable8+

boolean

是否开启鼠标框选。

默认值:false

- false:关闭框选。

- true:开启框选。

从API version 9开始,该接口支持在ArkTS卡片中使用。

lanes9+

number | LengthConstrain

以列模式为例(listDirection为Axis.Vertical):

lanes用于决定List组件在交叉轴方向按几列布局。

默认值:1

规则如下:

- lanes为指定的数量时,根据指定的数量与List组件的交叉轴尺寸除以列数作为列的宽度。

- lanes设置了{minLength,maxLength}时,根据List组件的宽度自适应决定lanes数量(即列数),保证缩放过程中lane的宽度符合{minLength,maxLength}的限制。其中,minLength条件会被优先满足,即优先保证符合ListItem的交叉轴尺寸符合最小限制。

- lanes设置了{minLength,maxLength},如果父组件交叉轴方向尺寸约束为无穷大时,固定按一列排列,列宽度按显示区域内最大的ListItem计算。

- ListItemGroup在多列模式下也是独占一行,ListItemGroup中的ListItem按照List组件的lanes属性设置值来布局。

- lanes设置了{minLength,maxLength}时,计算列数会按照ListItemGroup的交叉轴尺寸计算。当ListItemGroup交叉轴尺寸与List交叉轴尺寸不一致时ListItemGroup中的列数与List中的列数可能不一样。

该接口支持在ArkTS卡片中使用。

alignListItem9+

ListItemAlign

List交叉轴方向宽度大于ListItem交叉轴宽度 * lanes时,ListItem在List交叉轴方向的布局方式,默认为首部对齐。

默认值:ListItemAlign.Start

该接口支持在ArkTS卡片中使用。

sticky9+

StickyStyle

配合ListItemGroup组件使用,设置ListItemGroup中header和footer是否要吸顶或吸底。

默认值:StickyStyle.None

该接口支持在ArkTS卡片中使用。

说明:

sticky属性可以设置为 StickyStyle.Header | StickyStyle.Footer 以同时支持header吸顶和footer吸底。

ListItemAlign9+枚举说明

该接口支持在ArkTS卡片中使用。

名称

描述

Start

ListItem在List中,交叉轴方向首部对齐。

Center

ListItem在List中,交叉轴方向居中对齐。

End

ListItem在List中,交叉轴方向尾部对齐。

StickyStyle9+枚举说明

该接口支持在ArkTS卡片中使用。

名称

描述

None

ListItemGroup的header不吸顶,footer不吸底。

Header

ListItemGroup的header吸顶,footer不吸底。

Footer

ListItemGroup的footer吸底,header不吸顶。

说明

List组件通用属性clip的默认值为true。

事件

名称

功能描述

onItemDelete(deprecated)(event: (index: number) => boolean)

当List组件在编辑模式时,点击ListItem右边出现的删除按钮时触发。

从API version9开始废弃。

- index: 被删除的列表项的索引值。

onScroll(event: (scrollOffset: number, scrollState: ScrollState) => void)

列表滑动时触发。

- scrollOffset: 每帧滚动的偏移量,List的内容向上滚动时偏移量为正,向下滚动时偏移量为负。

scrollState: 当前滑动状态。

使用控制器调用ScrollEdge和ScrollToIndex时不会触发,其余情况有滚动就会触发该事件。

从API version 9开始,该接口支持在ArkTS卡片中使用。

onScrollIndex(event: (start: number, end: number) => void)

列表滑动时触发。

计算索引值时,ListItemGroup作为一个整体占一个索引值,不计算ListItemGroup内部ListItem的索引值。

- start: 滑动起始位置索引值。

- end: 滑动结束位置索引值。

触发该事件的条件:列表初始化时会触发一次,List显示区域内第一个子组件的索引值或后一个子组件的索引值有变化时会触发。

List的边缘效果为弹簧效果时,在List划动到边缘继续划动和松手回弹过程不会触发onScrollIndex事件。

从API version 9开始,该接口支持在ArkTS卡片中使用。

onReachStart(event: () => void)

列表到达起始位置时触发。

从API version 9开始,该接口支持在ArkTS卡片中使用。

说明:

List初始化时如果initialIndex为0会触发一次,List滚动到起始位置时触发一次。List边缘效果为弹簧效果时,划动经过起始位置时触发一次,回弹回起始位置时再触发一次。

onReachEnd(event: () => void)

列表到底末尾位置时触发。

从API version 9开始,该接口支持在ArkTS卡片中使用。

说明:

List边缘效果为弹簧效果时,划动经过末尾位置时触发一次,回弹回末尾位置时再触发一次。

onScrollFrameBegin9+(event: (offset: number, state: ScrollState) => { offsetRemain })

列表开始滑动时触发,事件参数传入即将发生的滑动量,事件处理函数中可根据应用场景计算实际需要的滑动量并作为事件处理函数的返回值返回,列表将按照返回值的实际滑动量进行滑动。

- offset:即将发生的滑动量,单位vp。

- state:当前滑动状态。

- offsetRemain:实际滑动量,单位vp。

触发该事件的条件:手指拖动List、List惯性划动时每帧开始时触发;List超出边缘回弹、使用滚动控制器的滚动不会触发。

该接口支持在ArkTS卡片中使用。

说明:

当listDirection的值为Axis.Vertical时,返回垂直方向滑动量,当listDirection的值为Axis.Horizontal时,返回水平方向滑动量。

onScrollStart9+(event: () => void)

列表滑动开始时触发。手指拖动列表或列表的滚动条触发的滑动开始时,会触发该事件。使用Scroller滑动控制器触发的带动画的滑动,动画开始时会触发该事件。

该接口支持在ArkTS卡片中使用。

onScrollStop(event: () => void)

列表滑动停止时触发。手拖动列表或列表的滚动条触发的滑动,手离开屏幕并且滑动停止时会触发该事件;使用Scroller滑动控制器触发的带动画的滑动,动画停止会触发该事件。

从API version 9开始,该接口支持在ArkTS卡片中使用。

onItemMove(event: (from: number, to: number) => boolean)

列表元素发生移动时触发。

- from: 移动前索引值。

- to: 移动后索引值。

onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => ((() => any) | void)

开始拖拽列表元素时触发。

- event: 见ItemDragInfo对象说明

- itemIndex: 被拖拽列表元素索引值。

onItemDragEnter(event: (event: ItemDragInfo) => void)

拖拽进入列表元素范围内时触发。

- event: 见ItemDragInfo对象说明

onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void)

拖拽在列表元素范围内移动时触发。

- event: 见ItemDragInfo对象说明

- itemIndex: 拖拽起始位置。

- insertIndex: 拖拽插入位置。

onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void)

拖拽离开列表元素时触发。

- event: 见ItemDragInfo对象说明

- itemIndex: 拖拽离开的列表元素索引值。

onItemDrop(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void)

绑定该事件的列表元素可作为拖拽释放目标,当在列表元素内停止拖拽时触发。

- event: 见ItemDragInfo对象说明

- itemIndex: 拖拽起始位置。

- insertIndex: 拖拽插入位置。

- isSuccess: 是否成功释放。

说明:

跨List拖拽时,当拖拽释放的位置绑定了onItemDrop时会返回true,否则为false。List内部拖拽时,isSuccess为onItemMove事件的返回值。

ScrollState枚举说明

从API version 9开始,该接口支持在ArkTS卡片中使用。

名称

描述

Idle

未滑动状态。

Scroll

手指拖动状态。

Fling

惯性滑动状态。

说明

要使List处于可编辑模式需配合onItemDelete事件和ListItem的editable属性,即可编辑模式实现删除列表项功能,需满足以下条件:

  • editMode属性设置为true。

  • 绑定onItemDelete事件,且事件回调返回true。

  • ListItem的editable属性设置为true。

实现ListItem拖拽,需满足以下条件:

  • editMode属性设置为true。

  • 绑定onDragStart事件,且事件回调中返回浮动UI布局。

示例

示例1

  1. // xxx.ets
  2. @Entry
  3. @Component
  4. struct ListExample {
  5. private arr: number[] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
  6. build() {
  7. Column() {
  8. List({ space: 20, initialIndex: 0 }) {
  9. ForEach(this.arr, (item) => {
  10. ListItem() {
  11. Text('' + item)
  12. .width('100%').height(100).fontSize(16)
  13. .textAlign(TextAlign.Center).borderRadius(10).backgroundColor(0xFFFFFF)
  14. }
  15. }, item => item)
  16. }
  17. .listDirection(Axis.Vertical) // 排列方向
  18. .divider({ strokeWidth: 2, color: 0xFFFFFF, startMargin: 20, endMargin: 20 }) // 每行之间的分界线
  19. .edgeEffect(EdgeEffect.Spring) // 滑动到边缘无效果
  20. .onScrollIndex((firstIndex: number, lastIndex: number) => {
  21. console.info('first' + firstIndex)
  22. console.info('last' + lastIndex)
  23. })
  24. .width('90%')
  25. }
  26. .width('100%')
  27. .height('100%')
  28. .backgroundColor(0xDCDCDC)
  29. .padding({ top: 5 })
  30. }
  31. }

示例2

  1. // xxx.ets
  2. @Entry
  3. @Component
  4. struct ListLanesExample {
  5. @State arr: string[] = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19"]
  6. @State alignListItem: ListItemAlign = ListItemAlign.Start
  7. build() {
  8. Column() {
  9. List({ space: 20, initialIndex: 0 }) {
  10. ForEach(this.arr, (item) => {
  11. ListItem() {
  12. Text('' + item)
  13. .width('100%')
  14. .height(100)
  15. .fontSize(16)
  16. .textAlign(TextAlign.Center)
  17. .borderRadius(10)
  18. .backgroundColor(0xFFFFFF)
  19. }
  20. .border({ width: 2, color: Color.Green })
  21. }, item => item)
  22. }
  23. .height(300)
  24. .width("90%")
  25. .editMode(true)
  26. .border({ width: 3, color: Color.Red })
  27. .lanes({ minLength: 40, maxLength: 40 })
  28. .alignListItem(this.alignListItem)
  29. Button("点击更改alignListItem:" + this.alignListItem).onClick(() => {
  30. if (this.alignListItem == ListItemAlign.Start) {
  31. this.alignListItem = ListItemAlign.Center
  32. } else if (this.alignListItem == ListItemAlign.Center) {
  33. this.alignListItem = ListItemAlign.End
  34. } else {
  35. this.alignListItem = ListItemAlign.Start
  36. }
  37. })
  38. }.width('100%').height('100%').backgroundColor(0xDCDCDC).padding({ top: 5 })
  39. }
  40. }

示例3

  1. // xxx.ets
  2. @Entry
  3. @Component
  4. struct ListExample{
  5. @State arr: number[] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
  6. @State editFlag: boolean = false
  7. build(){
  8. Stack({alignContent: Alignment.TopStart}) {
  9. Column(){
  10. List({space:20, initialIndex:0}) {
  11. ForEach(this.arr, (item, index) => {
  12. ListItem() {
  13. Flex({direction: FlexDirection.Row, alignItems: ItemAlign.Center}) {
  14. Text('' + item)
  15. .width('100%')
  16. .height(80)
  17. .fontSize(20)
  18. .textAlign(TextAlign.Center)
  19. .borderRadius(10)
  20. .backgroundColor(0xFFFFFF)
  21. .flexShrink(1)
  22. if (this.editFlag) {
  23. Button() {
  24. Text("delete").fontSize(16)
  25. }.width('30%').height(40)
  26. .onClick(() => {
  27. console.info(this.arr[index] + 'Delete')
  28. this.arr.splice(index, 1)
  29. console.info(JSON.stringify(this.arr))
  30. this.editFlag = false
  31. }).stateEffect(true)
  32. }
  33. }
  34. }
  35. }, item => item)
  36. }.width('90%')
  37. }.width('100%')
  38. Button('edit list')
  39. .onClick(() => {
  40. this.editFlag = !this.editFlag
  41. }).margin({ top: 5, left: 20 })
  42. }.width('100%').height('100%').backgroundColor(0xDCDCDC).padding({ top: 5 })
  43. }
  44. }

以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号