On UWP, the CollectionView's items do not resize to content changing size. Items remain a fixed height whereas on Android items will shrink and expand to fit the content. https://gist.github.com/hartez/7d0edd4182dbc7de65cebc6c67f72e14
The item will expand/contract to show/hide the row.
The row pushes/covers other content or doesn't show because the item remains a fixed height on UWP.
Genre can be toggled to show on the Android version but not the UWP version.

Any news on that? A simple Label that changes text at runtime is not usable with CollectionView on UWP.
For the moment the workaround I found is to remove the item from the Collection and re-insert it to force redraw of element.
Same issue here...
I think this issue can be closed. I updated my reproduction project to 4.7.0.1260 and the issue is fixed,

I confirm in XF 4.8.0.1269, CollectionView item resize correctly on content visibility and size change 馃帀
Most helpful comment
Any news on that? A simple
Labelthat changes text at runtime is not usable withCollectionViewonUWP.For the moment the workaround I found is to remove the item from the
Collectionand re-insert it to force redraw of element.