(1)設定橫向滑動 scroll-x=」true」。
(2)scroll-view設定寬度及white-space屬性。
(3)item設定display: inline-block屬性。
xml布局
="container"
>
// scroll-x=」true設定橫向滑動
//scroll-view設定寬度
"true"
>
="item-content" wx:
for=
"}" wx:
for-item=
"item"
>
="title"
>
}<
/view>
="content"
>
}<
/view>
<
/view>
<
/scroll-view>
<
/view>
wxss樣式
scroll-view
.item-content
js檔案
data:,,,]}
成果展示
listView橫向滑動
listview橫向滑動很少使用,但是有時候也會用到,我也是在網上看到了大神自定義了乙個listview可以橫向滑動。試了下很不錯,希望大家能用的上。自定義 如下 public class horizontallistview extends adapterview private synchron...
監聽ScrollView滑動方向
其實android的view類裡面有乙個方法 protected void onscrollchanged int l,intt,int oldl,int oldt 通過查詢資料發現可以重寫這個方法來監聽列表的滑動方向。下面我給出我針對scrollview實現的監聽類。可以監聽scrollview的...
scrollview監聽滑動位置
android監聽scrollview滑動到頂端和底部 packagecn.testscrollview importandroid.os.bundle importandroid.view.motionevent importandroid.view.view importandroid.view...