[iOS] Shapes in CollectionView will cause item height increase #23446
Labels
area-controls-collectionview
CollectionView, CarouselView, IndicatorView
platform/iOS 🍎
s/needs-repro
Attach a solution or code which reproduces the issue
t/bug
Something isn't working
Description
When
ItemTemplate
ofCollectionView
containsBoxView
(actually all Shapes type) that has WidthRequest and no HeightRequest, the height of items that appear after scrolling seem to follow previous items, like the previous item height is cached and used on items that come after, without remeasure them.Steps to Reproduce
xaml file:
Code-behind file:
Link to public reproduction project repository
No response
Version with bug
8.0.61 SR6.1
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 17.5
Did you find any workaround?
Use Grid
Relevant log output
No response
The text was updated successfully, but these errors were encountered: