CollectionView not scrolling inside a StackLayout or without setting HeightRequest · Issue #8888 · dotnet/maui

Description If the items inside an ObservableCollection are too many for a CollectionView to display, they can't be scrolled if the CollectionView is inside a StackLayout. Steps to Reproduce Create...