未验证 提交 6a411345 编写于 作者: O openharmony_ci 提交者: Gitee

!17183 翻译完成 16739:RowSplit、ColumnSplit组件不支持margin、clip属性

Merge pull request !17183 from ester.zhou/TR-16739
# ColumnSplit
The **\<ColumnSplit>** component 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 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.<br/>Default value: **false** |
> **NOTE**
>
> Similar to **\<RowSplit>**, the divider of **\<ColumnSplit>** 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
......
# RowSplit
The **\<RowSplit>** lays out child components horizontally and inserts a vertical divider between every two child components.
The **\<RowSplit>** lays out child components horizontally and inserts a vertical divider between child components.
> **NOTE**
>
......@@ -23,9 +23,11 @@ RowSplit()
> **NOTE**
>
> Similar to **\<RowSplit>**, the divider of **\<RowSplit>** can be dragged to a position that just fully holds a component.
> Similar to **\<RowSplit>**, the divider of **\<RowSplit>** 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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册