From bc9af1eb06ea5b96bc00771854fb9f0931691aea Mon Sep 17 00:00:00 2001 From: king_he <6384784@qq.com> Date: Thu, 16 Jun 2022 09:23:36 +0000 Subject: [PATCH] update en/application-dev/reference/arkui-ts/ts-container-columnsplit.md. Signed-off-by: king_he <6384784@qq.com> --- .../reference/arkui-ts/ts-container-columnsplit.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en/application-dev/reference/arkui-ts/ts-container-columnsplit.md b/en/application-dev/reference/arkui-ts/ts-container-columnsplit.md index 3aba5c0fe0..98b071e840 100644 --- a/en/application-dev/reference/arkui-ts/ts-container-columnsplit.md +++ b/en/application-dev/reference/arkui-ts/ts-container-columnsplit.md @@ -1,11 +1,11 @@ # ColumnSplit -> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE** +> **NOTE**
> This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version. -The **<ColumnSplit>** lays out child components vertically and inserts a horizontal divider between every two child components. +The **<ColumnSplit>** component lays out child components vertically and inserts a horizontal divider between every two child components. ## Required Permissions @@ -25,11 +25,11 @@ ColumnSplit() ## Attributes - | Name | Type | Description | +| Name | Type | Description | | -------- | -------- | -------- | | resizeable | boolean | Whether the divider can be dragged. The default value is **false**. | -> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE** +> **NOTE**
> Similar to **<RowSplit>**, the divider of **<ColumnSplit>** can be dragged to a position that just fully holds a component. -- GitLab