Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CollectionView can't scroll to the last item when TabBar and NavigationBar are visible #25474

Open
lszl84 opened this issue Oct 23, 2024 · 1 comment
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

Comments

@lszl84
Copy link

lszl84 commented Oct 23, 2024

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

  1. Open attached BegginersTask project (https://github.com/lszl84/maui-scroll-bug.git) on an iPhone or simulator
  2. Add some item
  3. Tap on the item to go to the details screen
  4. try scrolling

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

@lszl84 lszl84 added the t/bug Something isn't working label Oct 23, 2024
@PureWeen
Copy link
Member

Might be fixed by
#25315

@PureWeen PureWeen added area-controls-collectionview CollectionView, CarouselView, IndicatorView platform/iOS 🍎 labels Oct 23, 2024
@PureWeen PureWeen added this to the Backlog milestone Oct 23, 2024
@PureWeen PureWeen added the p/2 Work that is important, but is currently not scheduled for release label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants