SfListView LoadMore inside ScrollView

Hi I have a page to show list of products. The page has SfListView inside ScrollView. Main layout is ScrollView.
Layout is more or less like in this link https://gofile.io/d/xfP5Rr

I have 2 issues here:
1. I want to load more product if user already scroll to bottom, i tried use above layout but only able to call LoadMoreCommand 1 time even though there are still many more products. I tried to move SfListView outside of ScrollView and able to LoadMore normally as I intent to do but when SfListView inside ScrollView somehow doesn't work well.
For this case i need to be able to load more item smoothly. I use ScrollView as main layout because the image & description text need to be scrolled also as user scroll down.

2. Somehow SfListView doesn't render view well. Sometime after click on Add button, the button just disappear but + and - button not appear even if InCart status already changed. There is also another case when click on Add button then + and - button appear but when i tried to click on Add button in another Product, the Add button just disappear but + and - button not appear on the other Product (even if InCart status already changed).
For this case i need SfListView to be able to render view well and consistent. (This layout is working well if outside ScrollView)

**These issues is only in Android project, on iOS working well.
Really appreciate for any help to resolve those 2 issues



2 Replies 1 reply marked as answer

SS SaiGanesh Sakthivel Syncfusion Team August 28, 2020 04:06 PM UTC

Hi Ken,  
  
Thank you for contacting syncfusion support.  
  
We have checked the reported query SfListView LoadMore inside ScrollView from our end. We would like to inform you that we have logged issue report for the same. We will fix the issue and include the issue fix in our upcoming 2020 Volume 3 release which is planned to roll out in the month of September, 2020. We appreciate your patience until then.  
  
Regards,  
SaiGanesh Sakthivel


SS SaiGanesh Sakthivel Syncfusion Team September 15, 2020 09:54 AM UTC

Hi Ken,  
   
Thank you for the patience,  
    
We have fixed the reported issue “SfListView LoadMore inside ScrollView and included the issue fix in our latest Weekly NuGet release update version 18.2.0.58 which is available for download (https://www.nuget.org/).  
  
We thank you for your support and appreciate your patience in waiting for this update. Please get in touch with us if you would require any further assistance.  
  
Regards,  
SaiGanesh Sakthivel 

Marked as answer
Loader.
Up arrow icon