android listview怎么把滚动条去掉
展开全部
setScrollbarFadingEnabled(true);
Define whether scrollbars will fade when
the view is not scrolling.
不活动的时候隐藏,活动的时候显示
setVerticalScrollBarEnabled(true);
不活动的时候隐藏,活动的时候也隐藏
<ScrollView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:scrollbars="none">
<TextView android:id="@+id/showhtml"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
</ScrollView>
android:scrollbars="none"与
setVerticalScrollBarEnabled(true);
Define whether scrollbars will fade when
the view is not scrolling.
不活动的时候隐藏,活动的时候显示
setVerticalScrollBarEnabled(true);
不活动的时候隐藏,活动的时候也隐藏
<ScrollView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:scrollbars="none">
<TextView android:id="@+id/showhtml"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
</ScrollView>
android:scrollbars="none"与
setVerticalScrollBarEnabled(true);
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
setScrollbarFadingEnabled(true);不活动的时候隐藏,活动的时候显示
setVerticalScrollBarEnabled(true);不活动的时候隐藏,活动的时候也隐藏
布局可以使用android:scrollbars="none"
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
android:scrollbars="no"//无滚动条【隐藏】
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询