Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

Attaching solution with a bug. It has 2 lists, regular Xamarin's and SfListView. Regular list works as expected.

RealmDB queries are live - when you update the data in Realm, queries are updated automatically. Normally, it's automatically reflected in lists with data bindings. The issue happens when you update the properties on the Model, which results in removing the item from the query. However, in SfListView the item stay on screen, even though all corresponding events  (collection item delete event) have been fired correctly.

The issue happens on both platforms, however in a bit different way. If you add a lot of items to the list, so "bad" items will go off screen, the labels on those "bad" items disappear on iOS but stay on Android.