Android ScrollView滚动到特定行

时间:2012-03-16 23:31:43

标签: android scroll scrollview tablelayout tablerow

我在ScrollView中使用TableLayout,我的目标是滚动到特定的TableRow。例如,我有10个TableRows,由于我的查询,我希望第五行应该在ScrollView的顶部。如我所知,scrollTo方法无效。

1 个答案:

答案 0 :(得分:0)

也许你可以使用这样的东西:

  <ScrollView>
    <row >

   <TextView 
       android:text="@string/text1"
       /> 
       TextView 
       android:text="@string/text2"   
       />     
    </row>
    </ScrollView>