未验证 提交 18129dcd 编写于 作者: O openharmony_ci 提交者: Gitee

!19538 listitem文档修改

Merge pull request !19538 from limeng/listitem2
......@@ -48,8 +48,8 @@ ListItem(value?: string)
## SwipeEdgeEffect<sup>9+</sup>枚举说明
| 名称 | 描述 |
| -------- | -------- |
| Spring | ListItem划动距离超过划出组件大小后可以继续划动,松手后按照弹簧阻尼曲线回弹。 |
| None | ListItem划动距离不能超过划出组件大小。 |
| Spring | ListItem划动距离超过划出组件大小后可以继续划动。如果设置了删除区域,ListItem划动距离超过删除阈值后可以继续划动,松手后按照弹簧阻尼曲线回弹。 |
| None | ListItem划动距离不能超过划出组件大小。如果设置了删除区域,ListItem划动距离不能超过删除阈值,并且在设置删除回调的情况下,达到删除阈值后松手触发删除回调。 |
## SwipeActionItem<sup>10+</sup>对象说明
List垂直布局,ListItem向右滑动,item左边的长距离滑动删除选项或向左滑动时,item右边的长距离滑动删除选项。
......@@ -210,4 +210,4 @@ struct ListItemExample2 {
}
}
```
![deleteListItem](figures/deleteListItem.gif)
\ No newline at end of file
![deleteListItem](figures/deleteListItem.gif)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册