-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Android - Collectionview EmptyView not visible #10819
Copy link
Copy link
Closed
Labels
area-controls-collectionviewCollectionView, CarouselView, IndicatorViewCollectionView, CarouselView, IndicatorViewfixed-in-8.0.0-preview.5.8529Look for this fix in 8.0.0-preview.5.8529!Look for this fix in 8.0.0-preview.5.8529!highIt doesn't work at all, crashes or has a big impact.It doesn't work at all, crashes or has a big impact.p/1Work that is important, and has been scheduled for release in this or an upcoming sprintWork that is important, and has been scheduled for release in this or an upcoming sprintpartner/cat 😻this is an issue that impacts one of our partners or a customer our advisory team is engaged withthis is an issue that impacts one of our partners or a customer our advisory team is engaged withplatform/androidt/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-controls-collectionviewCollectionView, CarouselView, IndicatorViewCollectionView, CarouselView, IndicatorViewfixed-in-8.0.0-preview.5.8529Look for this fix in 8.0.0-preview.5.8529!Look for this fix in 8.0.0-preview.5.8529!highIt doesn't work at all, crashes or has a big impact.It doesn't work at all, crashes or has a big impact.p/1Work that is important, and has been scheduled for release in this or an upcoming sprintWork that is important, and has been scheduled for release in this or an upcoming sprintpartner/cat 😻this is an issue that impacts one of our partners or a customer our advisory team is engaged withthis is an issue that impacts one of our partners or a customer our advisory team is engaged withplatform/androidt/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
Using a Collectionview with an EmptyView does not work.
The EmptyView is not being displayed. It does work on Windows, but not on Android.
If you set a HeightRequest on the CollectionView the EmptyView is being displayed.
Steps to Reproduce
Just run the repo project and have a look.
Link to public reproduction project repository
https://github.com/FM1973/EmptyViewProblem.git
Version with bug
6.0.486 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 11+
Did you find any workaround?
One can specify a HeightRequest and the EmptyView is beind displayed.
But this does prevent a dynamic height of the list.
Relevant log output
No response