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 ca2b63b9a08427a6ea47650948561892db31d210..594f3f24a30912af4e05a12d1c3dfe0a51957358 100644 --- a/en/application-dev/reference/arkui-ts/ts-container-columnsplit.md +++ b/en/application-dev/reference/arkui-ts/ts-container-columnsplit.md @@ -1,6 +1,6 @@ # ColumnSplit -The **\** component lays out child components vertically and inserts a horizontal divider between every two child components. +The **\** component lays out child components vertically and inserts a horizontal divider between components. > **NOTE** > @@ -22,13 +22,15 @@ ColumnSplit() | Name| Type| Description| | -------- | -------- | -------- | -| resizeable | boolean | Whether the divider can be dragged. The default value is **false**.| +| resizeable | boolean | Whether the divider can be dragged.
Default value: **false** | > **NOTE** > > Similar to **\**, the divider of **\** can be dragged to a position that just fully holds a component. > > Dragging is not supported in the Previewer. Check the drag effect on a real device. +> +> The universal attributes **clip** and **margin** are not supported. ## Example 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 cc1ee6af79ad5b6b9682718c57f4e5945e9028dd..4a2fe8e741369350691f6f46ebeb929adbcc208c 100644 --- a/en/application-dev/reference/arkui-ts/ts-container-rowsplit.md +++ b/en/application-dev/reference/arkui-ts/ts-container-rowsplit.md @@ -1,6 +1,6 @@ # RowSplit -The **\** 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 child components. > **NOTE** > @@ -23,9 +23,11 @@ RowSplit() > **NOTE** > -> Similar to **\**, the divider of **\** can be dragged to a position that just fully holds a component. +> Similar to **\**, the divider of **\** can be dragged to a position that just fully holds a component. +> +> Dragging is not supported in the Previewer. Check the drag effect on a real device. > -> Dragging is not supported in the Previewer. Check the drag effect on a real device. +> The universal attributes **clip** and **margin** are not supported. ## Example