SfListView doesn't repaint itself after item edit

Hello, 

After I edit item in the list view it also changes size, but the size change is not reflected in the list view right away, only after I scroll up and down

I uploaded 3 print screen that show what is the problem:

  1. before edit space between items is ok
  2. after edit when the item became smaller space is too big
  3. after some scrolling list view updates itself
I'm using MVVM pattern to update items. Is there a way to fix it?

Thank you,
Paweł

Attachment: listView_b58e0717.zip

1 Reply 1 reply marked as answer

LN Lakshmi Natarajan Syncfusion Team September 20, 2021 11:18 AM UTC

Hi Pawel, 
 
Thank you for using Syncfusion products. 
 
We have checked the reported query “SfListView doesn't repaint itself after item edit” from our side. We would like to let you know that the SfListView allows you to update the items height based on run time changes by using the SfListView.AutoFitMode as DynamicHeight.  
 
Please refer to our user guidance document regarding the same, 
 
Please let us know if you still facing the same issue? If not, please share the following details which will be helpful for us to check on it and provide you the solution as soon as possible. 
  • Share ListView related code snippets
  • Share issue reproducing video
  • Share Syncfusion and Xamarin.Forms version
 
Regards, 
Lakshmi Natarajan 


Marked as answer
Loader.
Up arrow icon