[MAUI]The Vertical CollectionView rendering is incorrect when scrolling "Breakfast" to bottom on iOS and Maccatalyst target.
Description
The Vertical CollectionView rendering is incorrect when scrolling "Breakfast" to bottom on iOS and Maccatalyst target.
Steps to Reproduce
Steps to reproduce:
- Download the project https://github.com/rachelkang/recipeSearch and Locate it.
- Execute: dotnet build -t:Run -f net7.0-ios -p:DeviceName=: v2:udid=***** (iPhone 14 Pro Max)
- Tap or click on the "Breakfast" button.
- Scroll to the bottom of the page
Actual results:
The Vertical CollectionView rendering is incorrect when scrolling "Breakfast" to bottom on iOS target. After sliding to the bottom, it should no longer be possible to continue sliding.
Expected Result:
CollectionView should scroll all the way to the bottom seamlessly without causing any layout changes.
Link to public reproduction project repository
https://github.com/rachelkang/recipeSearch
Version with bug
8.0.0-preview.4.8333
Affected platforms
iOS, macOS
Affected platform versions
iOS 16
Is this still a problem on Preview 6?
Verified this issue with Visual Studio Enterprise 17.6.8 (build 400). Can repro this issue on iOS platform with sample project. https://github.com/rachelkang/recipeSearch