From 80ba237c4705d10a4f98cc3ee67a8cc777274d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A7=A3=E8=B7=AF?= Date: Mon, 4 Jul 2022 17:31:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3=E5=88=A0=E9=99=A4=E6=8C=87?= =?UTF-8?q?=E5=AE=9A=E8=8B=B1=E6=96=87=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 解路 --- en/application-dev/reference/arkui-ts/ts-container-list.md | 1 - 1 file changed, 1 deletion(-) diff --git a/en/application-dev/reference/arkui-ts/ts-container-list.md b/en/application-dev/reference/arkui-ts/ts-container-list.md index e8880c88f7..f27fae514b 100644 --- a/en/application-dev/reference/arkui-ts/ts-container-list.md +++ b/en/application-dev/reference/arkui-ts/ts-container-list.md @@ -27,7 +27,6 @@ List(value:{space?: number, initialIndex?: number, scroller?: Scroller}) | -------- | -------- | -------- | -------- | -------- | | space | number | No | 0 | Spacing between list items. | | initialIndex | number | No | 0 | Item displayed at the beginning of the component when the current list is loaded for the first time, that is, the first item to be displayed. If the configured sequence number is greater than the sequence number of the last item, the setting does not take effect. | - | scroller | [Scroller](ts-container-scroll.md#scroller) | Yes | - | Scroller, which can be bound to and control scrollable components. | ## Attributes -- GitLab