-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Refreshview - Collectionview sizing not working correctly #12131
Copy link
Copy link
Labels
area-controls-collectionviewCollectionView, CarouselView, IndicatorViewCollectionView, CarouselView, IndicatorViewarea-controls-refreshviewRefreshViewRefreshViewdelighter-scmigration-compatibilityXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-ConvertXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convertpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-controls-collectionviewCollectionView, CarouselView, IndicatorViewCollectionView, CarouselView, IndicatorViewarea-controls-refreshviewRefreshViewRefreshViewdelighter-scmigration-compatibilityXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-ConvertXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convertpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/androids/triagedIssue has been reviewedIssue has been revieweds/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.
Projects
Status
Done
Description
With the latest Update (7.0.52!) the sizing of the refresh view doesn´t work anymore like it should on android.
The refreshview has a height of 0 inside a VerticalStackLayout.
On IOS the collectionview still has the infinite height bug. Inside a refreshview the collectionview on IOS now takes more than the space available horizontally.
Can you please, please provide a workaround at least for the infinite height bug of the collectionview on IOS?
Steps to Reproduce
Link to public reproduction project repository
https://github.com/FM1973/RefreshGridRepo.git
Version with bug
Unknown/Other (please specify)
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android
Affected platform versions
IOS 14 and up, Android 11 and up
Did you find any workaround?
Well sure, put everything in a grid and in rows. But that is not what I want to do!
Relevant log output
No response