Java代码
代码如下:
< ScrollView android:id="@+id/ScrollView01"
android:layout_height="300px"
android:layout_x="16px"
android:layout_y="84px"
android:layout_width="290px"
android:scrollbars="horizontal|vertical">
< HorizontalScrollView android:id="@+id/HorizontalScrollView01"
android:layout_height="fill_parent"
android:layout_width="wrap_content">
< LinearLayout android:id="@+id/LinearLayout02"
android:layout_width="wrap_content"
android:orientation="vertical"
android:layout_height="fill_parent">
< ListView android:id="@+id/listview"
android:layout_height="300px"
android:layout_width="fill_parent">
< /ListView>
< /LinearLayout>
< /HorizontalScrollView>
< /ScrollView>
您可能感兴趣的文章:Android ListView隐藏右侧滚动条功能Android ListView 滚动条的设置详解及实例代码Android ListView滚动到指定的位置Android ListView滚动到底后自动加载数据Qt qml中listview 列表视图控件(下拉刷新、上拉分页、滚动轴)Android程序开发之ListView实现横向滚动(带表头与固定列)android ListView的右边滚动滑块启用方法 分享android ListView自动滚动方法android开发之横向滚动/竖向滚动的ListView(固定列头)Android通过代码控制ListView上下滚动的方法