File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,7 @@ enum class Direction(value: Int) {
8282```
8383
8484:::tip 注意
85- - ** 渐变颜色终止位置,在Android平台,只有API >= 29才生效**
86- - iOS 端若** 同时设置** background 与 backgroundLinearGradient,将** 只显示渐变背景** 。如需显示纯色背景,需清除backgroundLinearGradient的值。
85+ ** 渐变颜色终止位置,在Android平台,只有API >= 29才生效**
8786:::
8887
8988::: tabs
Original file line number Diff line number Diff line change 6767用法参考:[ 竖向列表嵌套滚动用法示例] ( https://github.com/Tencent-TDS/KuiklyUI/blob/main/demo/src/commonMain/kotlin/com/tencent/kuikly/demo/pages/demo/list/ListNestBounceFalse.kt ) 、
6868[ 横向列表嵌套滚动示例] ( https://github.com/Tencent-TDS/KuiklyUI/blob/main/demo/src/commonMain/kotlin/com/tencent/kuikly/demo/pages/demo/list/ListNestRow.kt )
6969
70- :::tip 注意
71- - Android 侧默认支持嵌套滚动,iOS 与 鸿蒙 侧需手动设置 nestedScroll 才会生效。
72- - 若 Android 侧嵌套滚动正常,而 iOS/HarmonyOS 侧异常,请检查 Scroller 是否已显式配置 nestedScroll 属性。
73- :::
74-
7570### visibleAreaIgnoreTopMargin
7671
7772设置计算子组件可见性面积时忽略的顶部距离。用于配合 ` willAppear ` 、` didAppear ` 、` willDisappear ` 、` didDisappear ` 、` appearPercentage ` 等可见性事件使用。
You can’t perform that action at this time.
0 commit comments