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);