+ 6
Android app
Anyone experienced with android developing? I really need to know how to use fullScroll() on listviews with this part of code myscrollview.fullScroll(View.FOCUS_DOWN); I can completely scroll up/down a scroll linear layout how can I do the same with listviews?
3 Answers
+ 6
but why doesn't
listview.setSelection/smoothScrollToPosition();
work with a double inside the function?
+ 5
ok
0
use ScrollView as parent for your layout (LinierLayout)