How To Bring The Item Into View When Adding At Runtime In The Listview

Sample date Updated on Sep 13, 2025
listview xamarin xamarin-forms

This example demonstrates to bring the item into view when adding at runtime in the listview by using the ScrollToRowIndex method.

See How to bring the item into view when adding at runtime in the ListView for more details.

Requirements to run the demo

Troubleshooting

Path too long exception

If you are facing path too long exception when building this example project, close Visual Studio and rename the repository to short and build the project.

Up arrow