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!>
Thanks for joining our community and helping improve Syncfusion products!
I have run into situations (on iOS) where setting and end range greater than a start range can cause an exception.
This can occur when the range is currently for example 10-20 and I am setting it to a new range of 30-40. So as soon as I set ViewRangeStart to 30 it is now greater than the current end of 20.
Being able to set both in a single request (Navigator.SetRangeLimits) would alleviate the issue as the library can ensure that the values are always proper and also that only 1 change event is fired when both values are set.