diff --git a/en/application-dev/reference/arkui-ts/ts-container-rowsplit.md b/en/application-dev/reference/arkui-ts/ts-container-rowsplit.md index 04f4a38ccca5fe7f11919dfdd1cbbbb0e5305b80..ba74d4f5aa6fb25f7c9237e5cb00a03f755f43d3 100644 --- a/en/application-dev/reference/arkui-ts/ts-container-rowsplit.md +++ b/en/application-dev/reference/arkui-ts/ts-container-rowsplit.md @@ -1,11 +1,11 @@ # RowSplit -> ![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 **<RowSplit>** lays out child components horizontally and inserts a vertical divider between every two child components. +The **** lays out child components horizontally and inserts a vertical divider between every two child components. ## Required Permissions @@ -27,10 +27,10 @@ RowSplit() | Name | Type | Description | | -------- | -------- | -------- | -| resizeable | boolean | Whether the divider can be dragged. The default value is **false**. | +| resizeable | boolean | Whether the divider is draggable. The default value is **false**. | -> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE** -> Similar to **<RowSplit>**, the divider of **<RowSplit>** can be dragged to a position that just fully holds a component. +> **NOTE**
+> Similar to ****, the divider of **** can be dragged to a position that just fully holds a component. ## Example