on Item tapped in the collection view, we are changing the visibility of a layout. it's working fine on Android while on IOS it's changing the size of all the items below the one tapped.
it should only change the size of the tapped item
it's changing the size of all the items below the one selected.
@eyacoub Can you please attach a small project that demonstrates this issue? Thanks!
Archive.zip
please find attached.
Possibly related
Any news on when this might get resolved? Or if there's a workaround for the time being? It seems to fix itself when the CollectionView gets scrolled.
I've updated nugets and templates in the example from the top of this thread
I've also added fixes from the #10842
It seems like solved the issue.
[updated example TestCollectionViewExpandable.iOS.zip] (https://github.com/xamarin/Xamarin.Forms/files/5015794/TestCollectionViewExpandable.iOS.zip)
@samhouts In case it helps, here's another repro that doesn't even require user interaction. It's just a simple form that is barely changed from the sample that comes with a new project.
When it first loads, it looks like this (notice the extra space after the third item):
If you scroll down and then back up, it fixes itself:
Here's the repro:
Most helpful comment
Any news on when this might get resolved? Or if there's a workaround for the time being? It seems to fix itself when the CollectionView gets scrolled.