Open kklose23 opened 10 months ago
Hi @kklose23. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md
This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.
Added the repro code and steps
Verified this on Visual Studio Enterprise 17.10.0 Preview 1(8.0.6). Repro on iOS 17.2 with below Project: MonkeyFinder.zip
Description
https://developer.apple.com/documentation/uikit/uiscrollview/1619421-scrollstotop
The
ScrollsToTop
property works as expected forScrollViews
but notCollectionViews
I tried adding the following, but it still did not work:
Steps to Reproduce
Link to public reproduction project repository
https://github.com/kklose23/maui-uicollectionview-scrollstotop
Version with bug
8.0.5
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 17
Did you find any workaround?
No
Relevant log output
No response