ScrollViewContext
基础库 2.14.4 开始支持,低版本需做兼容处理。
增强 ScrollView 实例
属性
boolean scrollEnabled
滚动开关
boolean bounces
设置滚动边界弹性 (仅在 iOS 下生效)
boolean showScrollbar
设置是否显示滚动条
boolean pagingEnabled
分页滑动开关
boolean fastDeceleration
设置滚动减速速率
boolean decelerationDisabled
取消滚动惯性 (仅在 iOS 下生效)
方法
ScrollViewContext.scrollTo(Object object)
滚动至指定位置
ScrollViewContext.scrollIntoView(string selector)
滚动至指定位置