-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
ScrollView‘s HorizontalScrollBar is not visible and ScrollView cannot scroll horizontally #9000
Comments
I confirm the problem. Vertically and horizontally not displayed. |
Hey there thanks for the report! Did you also see and set the |
Hi @jessiezh0320. 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. |
I started this at (https://stackoverflow.com/questions/73102070/horizontal-scroll-is-not-working-in-maui-what-am-i-missing-or-is-this-a-bug), so I suppose I ought to help out ;) here is the repro-repo: https://github.com/micampbell/NoHorizScrollBugRepro I notice the bug on the Windows platform, but as @jessiezh0320, it may be on Android as well. Perhaps on all? |
Description
ScrollView
‘sHorizontalScrollBar
is not visible and ScrollView cannot scroll horizontally.Steps to Reproduce
1.create a maui app;
2.add the following code in
MainPage.xaml
Version with bug
6.0.408 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
android 10.0
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: