Initially rendering a grouped list in the collectionview works as expected. If I remove the Items from the first group, the collection group shrinks as expected. When I add the removed Items back to the first list, it only renders the first cell and the rest of the cells look like they are from the second group. I was testing this with a template selector that has around 10 different data templates - I'm not sure if this really had anything to do with it.
Adding Items to an empty group will render them correctly - like iOS and UWP. If there is only one item in the group, it seems to render that correctly.
Odd rendering state.
I'll need to set this up later.
Scrolling into the second group and scrolling back into the first group fixes the issue.
I've added an issue11642 to the shared Issues list.
https://github.com/mjmostachetti/Xamarin.Forms/tree/bug/11642
Here are pictures of before and after toggling a group w/ the same backing data. The first group is not rendered correctly after clearing the list and replacing it w/ an identical group.


If you scroll the group out of the window and then back up it'll resize back to the original height
Are there any planned releases before 5.0.0? If so, it would be nice to get this in sooner. Thanks!