垂直スクロールバーを使用して複数行の EditText を特定の場所に移動するにはどうすればよいですか? これを Java コード内で実行したいのですが、EditText を使用することをお勧めしますが、必要に応じて ScrollView を使用したいと考えています。
EditText XML:
<EditText
android:id="@+id/theTextView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:inputType="textAutoCorrect|textMultiLine"
android:scrollbars="vertical"
android:width="0dp" >