标签: android
根据这个example可以通过编程方式向ViewGroup添加新项目,但是我无法找到在列表末尾设置滚动的方法。
提前致谢。
答案 0 :(得分:1)
是ScrollView吗?然后,您可以使用scrollTo()或smoothScrollTo()。
ScrollView
scrollTo()
smoothScrollTo()
ListView有smoothScrollToPosition()。
ListView
smoothScrollToPosition()