获取ListView当前滚动的距离(高度) - 泡在网上的日子
2014年9月24日 - 原本以为ListView的OnScrollListener中 onScroll 方法可以得出ListView的滚动高度, public void onScroll(AbsListView view, int firstVisibleItem, i...
Android: ListView怎么自定义滚动条的宽度、高度、背景?_百度知道
最佳答案: 你好, <ListView android:id="@+id/mylist" android:layout_width="fill_parent" android:layout_height="wrap_content" android:fastScrollEnabled="...更多关于android中获取listview的滚动条高度的问题>