From bfba75ceac19d951e143d2ba1b9e24055bd83d7e Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Wed, 12 Apr 2023 09:06:17 +0800 Subject: [PATCH] fixed 7ed3db7 from https://gitee.com/esterzhou/docs/pulls/17183 Update docs (16739) Signed-off-by: ester.zhou --- .../reference/arkui-ts/ts-container-columnsplit.md | 6 ++++-- .../reference/arkui-ts/ts-container-rowsplit.md | 8 +++++--- 2 files changed, 9 insertions(+), 5 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 ca2b63b9a0..594f3f24a3 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 cc1ee6af79..4a2fe8e741 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 -- GitLab