From 285d7c3cdc1e20c27cb588478519450925674de2 Mon Sep 17 00:00:00 2001 From: luoweibin Date: Mon, 3 Jul 2023 12:30:23 +0000 Subject: [PATCH] =?UTF-8?q?fixed=20ebad13a=20from=20https://gitee.com/luo-?= =?UTF-8?q?weibin/docs/pulls/20411=20=E5=A2=9E=E5=8A=A0Swiper=E5=85=B3?= =?UTF-8?q?=E4=BA=8EVisibility=E5=B1=9E=E6=80=A7=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: luoweibin Change-Id: I5d32e9a88fcf50e14f470c58f03e969d16c7e9fe --- .../application-dev/reference/arkui-ts/ts-container-swiper.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-container-swiper.md b/zh-cn/application-dev/reference/arkui-ts/ts-container-swiper.md index 79de7c4793..18bd870c4a 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-container-swiper.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-container-swiper.md @@ -14,6 +14,10 @@ > **说明:** > > 子组件类型:系统组件和自定义组件,支持渲染控制类型([if/else](../../quick-start/arkts-rendering-control-ifelse.md)、[ForEach](../../quick-start/arkts-rendering-control-foreach.md)和[LazyForEach](../../quick-start/arkts-rendering-control-lazyforeach.md))。 +> +> Swiper子组件的visibility属性设置为None,Swiper的displayMode属性设置为SwiperDisplayMode.AutoLinear或displayCount属性设置为'auto'时,对应子组件在视窗内不占位,但不影响导航点个数。 +> +> Swiper子组件的visibility属性设置为None,或者visibility属性设置为Hidden时,对应子组件不显示,但依然会在视窗内占位。 ## 接口 -- GitLab