1
Q
佈局交叉滾動
A
回答
0
我的當前的解決方案是:
- 在HorizontalScrollView1 A座裹內容
- 在HorizontalScrollView2塊B的換行內容
- 中的LinearLayout塊C與塊B的換行內容
- 裹的LinearLayout在ScrollView中
- 同步滾動HorizontalScrollView1和HorizontalScrollView2,如 Synchronise ScrollView scroll positions - android
我的XML:在
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="40dp"
android:orientation="vertical" >
<com.widget.ObservableHorizontalScrollView
android:id="@+id/horizontalScrollView1"
android:layout_marginLeft="200dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal" >
</LinearLayout>
</com.widget.ObservableHorizontalScrollView>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<ScrollView
android:id="@+id/scrollView1"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<LinearLayout
android:id="@+id/channel_layout"
android:layout_width="200dp"
android:layout_height="wrap_content"
android:orientation="vertical" >
</LinearLayout>
<com.widget.ObservableHorizontalScrollView
android:id="@+id/horizontalScrollView2"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
</LinearLayout>
</com.widget.ObservableHorizontalScrollView>
</LinearLayout>
</ScrollView>
</LinearLayout>
</LinearLayout>
相關問題
- 1. 交叉佈局視圖
- 2. 滾動佈局
- 3. d3.js樹佈局 - 交叉鏈接
- 4. Android佈局 - 製作可滾動佈局
- 5. Android ListView佈局滾動滾動
- 6. 滾動視圖滾動佈局內?
- 7. 內cordinator佈局不滾動
- 8. HTML佈局滾動的div
- 9. Android的佈局與滾動
- 10. 線性佈局不滾動
- 11. Primefaces可滾動佈局
- 12. Android的佈局和滾動
- 13. 製作Android佈局滾動
- 14. html佈局 - 水平滾動
- 15. 圓形可滾動佈局
- 16. Android可滾動佈局
- 17. 滾動的圓形佈局
- 18. 滾動空佈局面板
- 19. 背景滾動佈局
- 20. 滾動以查看自動佈局
- 21. UIScrollView不滾動自動佈局問題
- 22. 可滾動的ExtJS驅動佈局
- 23. android可滾動的活動佈局
- 24. 滑出滾動佈局動畫android
- 25. UIScrollview滾動問題與自動佈局
- 26. 使用自動佈局的滾動條
- 27. 的Xcode - 滾動視圖 - 自動佈局
- 28. 滾動視圖與自動佈局
- 29. 自動佈局和滾動型寬度
- 30. 佈局二叉搜索樹
好運。 – Hasham