我们知道滚动视图将滚动,如果子视图高度大于滚动视图的高度...如果子视图高度小或等于滚动视图高度的高度,则滚动视图为不可滚动。 有没有办法检测滚动视图是否可滚动?。
<com.customerfirst.utilities.LockableVerScroll
android:id="@+id/horizontalScrollView1"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:scrollbars="vertical" >
<LinearLayout
android:id="@+id/ll_questions"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:splitMotionEvents="false"
android:orientation="vertical"
>
</LinearLayout>
</com.customerfirst.utilities.LockableVerScroll>
需要帮助,提前感谢!! !!