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.
我正在使用没有任何 listView 或 gridview 的 scrollView 。我刚刚添加了相同的视图,但我知道我想以编程方式滚动到特定位置。这可能吗 ?
请帮助我使用水平滚动?
你可以使用这个方法
horizontalScrollView.scrollBy(160, 0);
或者
horizontalScrollView.scrollTo(160, 0);