[CollectionView][iOS] CollectionView with a CollectionView with LinearItemsLayout set to Horizontal in its Header fills the CollectionView with blank space #27150
Labels
area-controls-collectionview
CollectionView, CarouselView, IndicatorView
collectionview-cv2
i/regression
This issue described a confirmed regression on a currently supported version
p/0
Work that we can't release without
platform/iOS 🍎
regressed-in-9.0.21
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Milestone
Description
If you have a default CollectionView, putting a CollectionView that has
<LinearItemsLayout Orientation="Horizontal" />
in its header fills the outer CollectionView with a lot of blank space. I'm not sure if this is good practice, however this worked in .NET MAUI 9.0.10 (Did not test 9.0.20).Code:
As you can see, the CollectionView's items is pushed far down, however, the header that has the CollectionView displays the text correctly.
Steps to Reproduce
Link to public reproduction project repository
No response
Version with bug
9.0.30 SR3
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
9.0.10 SR1
Affected platforms
iOS
Affected platform versions
iOS >=17.5
Did you find any workaround?
Rewriting to use BindableLayout together with HorizontalStackLayout and ScrollView
Relevant log output
The text was updated successfully, but these errors were encountered: