Hello
Is it possible to auto scroll a listview in xamarin android ?
Thanks
Hello
Is it possible to auto scroll a listview in xamarin android ?
Thanks
Hello,
Welcome to Microsoft Q&A!
Set android:stackFromBottom="true" and android:transcriptMode="alwaysScroll" on the ListView .
ListView auto scrolls to bottom in my test .
Refer to https://stackoverflow.com/a/46290172/8187800 .
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
5 people are following this question.