-
Notifications
You must be signed in to change notification settings - Fork 1.9k
iOS - Grouped CollectionView doesn't render properly when VerticalOptions = FillAndExpand #14978
Copy link
Copy link
Closed
Labels
area-controls-collectionviewCollectionView, CarouselView, IndicatorViewCollectionView, CarouselView, IndicatorViewpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/ioss/triagedIssue has been reviewedIssue has been revieweds/try-latest-versionPlease try to reproduce the potential issue on the latest public versionPlease try to reproduce the potential issue on the latest public versions/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
area-controls-collectionviewCollectionView, CarouselView, IndicatorViewCollectionView, CarouselView, IndicatorViewpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/ioss/triagedIssue has been reviewedIssue has been revieweds/try-latest-versionPlease try to reproduce the potential issue on the latest public versionPlease try to reproduce the potential issue on the latest public versions/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
Having a CollectionView with IsGrouped set to True and VerticalOptions set to FillAndExpand results in a wrong view rendering with empty groups and half-seen elements in list when data get reloaded after navigating back and forth from another view (with Shell navigation).
The bug does NOT exist on Android and WinUI.
It only occurs on iOS and MacCatalyst.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/ImproveSoftware2022/GroupedCollectionSample.git
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS, macOS
Affected platform versions
iOS 16.4
Did you find any workaround?
I can remove
VerticalOptions=FillAndExpandto avoid the wrong rendering, but this results into an unscrollable list on iOS and MacCatalyst.Relevant log output
No response