Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想以编程方式滚动一个View. 到目前为止,我发现了两种可能性:
View
scrollTo(x,y)
setScrollY(y)
是否有另一个功能可以做我想做的事情?
提前感谢您花时间帮助我。
你View在一个ScrollView吗?如果没有,您将需要在使用代码设置滚动位置后自己处理事件以手动滚动视图。听起来您既想要手动控制又想要编程控制,因此您需要使用滚动容器或自己处理触摸事件。
ScrollView