CollectionView can't scroll to the last item when TabBar and NavigationBar are visible #25474
Labels
area-controls-collectionview
CollectionView, CarouselView, IndicatorView
p/2
Work that is important, but is currently not scheduled for release
platform/iOS 🍎
t/bug
Something isn't working
Milestone
Description
Here's a simple app with a tab bar, navigation bar and a basic collection view. The app is based on maui-samples.
As you can see in the video, you can't scroll to make the last item fully visible.
Code:
https://github.com/lszl84/maui-scroll-bug.git
Video:
RPReplay_Final1729693592.mp4
Steps to Reproduce
Link to public reproduction project repository
https://github.com/lszl84/maui-scroll-bug.git
Version with bug
8.0.82 SR8.2
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
No response
Affected platforms
iOS
Affected platform versions
iOS 17.6.1, iOS 18
Did you find any workaround?
wrapping the CollectionView in ScrollView seems to help, but that's a bad solution according to #23895
Relevant log output
No response
The text was updated successfully, but these errors were encountered: