Hi,
If you have grouped SfListView and use ScrollTo method and then try to scroll back to previous records, scrolling is erratic as it jumps back and forth between rows. If you only scroll forward (down) then no such problem.
I've tested this with Xamarin ListView and CollectionView and those controls don't have this issue.
Any chance you can fix your SfListView to behave the same as now ScrollTo method is basically useless if list is grouped.
Hi Lakshmi,
I'm not using AutoFitMode mode. I've tried same scenario with all other lists - Xamarin ListView, CollectionView, DevExpress DataGridView and none of them have this issue.
Would you consider fixing this bug or is this too hard for Syncfusion developers?
Hi Lakshmi,
Thank you for detailed explanation. One thing I still don't understand - all my items has same item size set to 95, but scrolling back issue is still there after ScrollTo is called. You've mentioned 'default ItemSize (40d).' - what does 40d means? Can't you calculate everything based on whatever item size is set in ListView?
You must be calculating scroll offset correctly, because ScrollTo method works perfectly - always shows group header I scrolled to at the top, which means that your scroll offset calculations are correct. Also, if I scroll forward it always works 100%, only if I start scrolling back it starts jumping back and forth.
Hi Lakshmi,
Thank you. Out of all ListViews/CollectionViews I've tested, yours worked the best compared to others. Now if you could fix this one little issue it would have no competition! :)
Hi Lakshmi,
Thank you, but this doesn't help as setting group header size same as item size would make list look ridiculous.
I still don't understand why it is so hard to calculate different sizes of items, but if your developers can't find a solution, so be it. I wish I had source control for SfListView so I could fix it myself.