读书人

掩藏ScrollBar

发布时间: 2012-09-14 23:00:49 作者: rapoo

隐藏ScrollBar

View的方法

?

XML里设置属性

android:ScrollBars="none"
?

Java代码里设置

void setHorizontalScrollBarEnabled(boolean horizontalScrollBarEnabled)//Define whether the horizontal scrollbar should be drawn or not.void setVerticalScrollBarEnabled(boolean verticalScrollBarEnabled)//Define whether the vertical scrollbar should be drawn or not.

读书人网 >移动开发

热点推荐