SfListView control breaks due to asynchronous scrolling of ScrollViewRenderer in UWP platform
#4,039 opened on 2018/10/09
Repository metrics
- Stars
- (5,644 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
Hi Team,
Description
We, development team of Syncfusion would like to report a break in our SfListView control. While scrolling through mouse wheel or through programmatic scrolling, the list jumps back and forth in the latest version of Xamarin.Forms. We have found that this is caused due to changing OnScrollToRequested into asynchronous method in UWP ScrollViewRenderer. Can you please provide us a suitable solution to overcome this issue? We have also attached the issue reproducible sample for your reference.
Steps to Reproduce
- Run the attached sample in UWP platform.
- Click the 'Scroll To End' button.
- Check with the scrollbar.
Expected Behavior
The List should scroll smoothly without any lag and should traverse unidirectional without any jumps.
Actual Behavior
Note that the list jumps back and forth multiple times before reaching the end of the list. This behavior is not seen while reverting back to Xamarin.Forms v.2.4.0.
Reproduction Link
Please find the sample link below. Bug.zip