原文:scroll-view 滚动使用

scroll view是一个uni app提供滚动的组件。对于滚动原理我们需要有一定的认知,只有当子元素的内容大于父元素的内容时,才能进行滚动。 唯一强调的点: 在scroll view中貌似不能使用flex布局,即使使用后也无法出现相应的结果。另外在scroll view标签上不需要设置over flow:hidden,当我们设置了scroll view的高度后,即使单个元素高度大于scroll ...

2020-08-02 10:20 0 1212 推荐指数:

查看详情

scroll-view——小程序横向滚动

这是官方给的布局代码 <view class="section"> <view class="section__title">vertical scroll</view> <scroll-view scroll-y style ...

Tue Jun 20 20:15:00 CST 2017 3 23022
scroll-view】 可滚动视图组件说明

scroll-view滚动视图容器 原型: 属性: 属性 是否必需 类型 默认值 说明 scroll-x 否 Boolean false 是否允许横向滚动 ...

Thu Nov 01 00:15:00 CST 2018 0 910
uniapp滚动组件scroll-view

//scroll-x="true" || scroll-y="true" <view class="scroll-view"> <scroll-view class="scroll_box" scroll-x="true" scroll-left="0"> < ...

Mon Apr 18 19:22:00 CST 2022 0 857
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM