This example demonstrates about how to maintain the same scrolled position when updating the ItemsSource dynamically inn .NET MAUI ListView (SfListView).
<syncfusion:SfListView x:Name="listView"
CanMaintainScrollPosition="True"/>
- Visual Studio 2017 or Visual Studio for Mac
- Xamarin add-ons for Visual Studio (available via the Visual Studio installer).
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.