SfListView items disappear when an item is removed and added at the end of the list when GroupHeader is sticky.
Items and Group header should not disappear.
GroupHeader and random items gets disappeared.
@gokulsaravanan What platform is this occurring on? Thanks!
@samhouts Only in android.
Regards
Gokul S
When I scroll down, tap the add button a couple of times and scroll back up items are starting to disappear.
Can you please update us the current status of this issue?
Kindly share the timeline for the reported issue?
@samhouts Can this be prioritized since it's affecting the customers using Syncfusion SfListView and it is broken due to recent changes.
@samhouts Can you please let us know if you need any more details from Syncfusion side?
@samhouts , Kindly share with us in which NuGet release you are planned to include the fix for the bug report. We are waiting very long for this fix?
@samhouts , Can you please update on this.
This is on the backlog. I don't currently have an estimate of when we may begin work on this item. Thank you for your patience!
@samhouts ,
Could you please update the timeline for this fix?
Thanks.
@samhouts,
Could you please provide the timeline for this fix?
Can this be prioritized since it's affecting the customers using Syncfusion SfListView and it is broken due to recent changes.
Thanks.
@gokulsaravanan I don't have an estimated timeline yet, but I have increased the priority on the backlog. Thanks!
@samhouts ,
Can this issue be fixed with high priority? please provide the timeline since we are waiting for a long time for this fix?
Thanks
@samhouts ,Can this be prioritized since it's affecting the customers using Syncfusion SfListView.
@samhouts ,
Could you please update the timeline for this fix?
Thanks.
@samhouts We tracked down this issue and it was broken because of the below changes.
https://github.com/xamarin/Xamarin.Forms/pull/6390/files#diff-84d52825ae90ee706c381a7e5148b0a0
@samhouts it would be okay, if you can provide overrides to unhook layoutchanged event for us.
Below the commit which leads to break.
https://github.com/xamarin/Xamarin.Forms/pull/6390/files
That is valuable information @syncsiva, thank you! What makes you think this is the cause?
@jfversluis we have debugged with xamarin source and back tracked the changes to find the breaking commit.
@samhouts We have copied ScrollViewRenderer and remove specific code to fix this issue in our latest version. Please consider to fix this issue to remove the workaround code we have added.