How to auto scroll listview in xamarin android ?

Shay Wilner 1,746 Reputation points
2021-04-04T15:26:45.617+00:00

Hello
Is it possible to auto scroll a listview in xamarin android ?

Thanks

Developer technologies .NET Xamarin
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Cole Xia (Shanghai Wicresoft Co,.Ltd.) 6,756 Reputation points
    2021-04-05T02:48:20.577+00:00

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.