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 e8880c88f7a6a1969ffe0ed6d989ba21eb940bc7..f27fae514b7c7f35ef8258e53a45eb126f2b2c69 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