question

65010773 avatar image
0 Votes"
65010773 asked RobCaplan edited

How to auto scroll listview in xamarin android ?

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

Thanks

dotnet-xamarin
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

ColeXia-MSFT avatar image
0 Votes"
ColeXia-MSFT answered AlexeyGr-1797 commented

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 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.