Android ScrollView verticalScrollbarPosition属性

我使用verticalScrollbarPosition =“ left”作为ScrollView的属性,它可以正常工作并将垂直滚动条定位在视图的左侧.但是,在Android开发人员文档中,没有名为verticalScrollbarPosition的任何属性!

https://developer.android.com/reference/android/widget/ScrollView

解决方法:

它是View类文档的一部分,可在此处找到View.SCROLLBAR_POSITION_LEFT

SCROLLBAR_POSITION_LEFT
added in API level 11
public static final int SCROLLBAR_POSITION_LEFT
Position the scroll bar along the left edge.

Constant Value: 1 (0x00000001)
上一篇:浏览器私有属性


下一篇:第十二周课程总结