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 3aba5c0fe025180f858ab9b562b7853877bd623e..98b071e840f2251a5bf78aacdb0f84606f5cab4c 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.