-
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
[Bug] Scrollview is not scrolling vertically #2768
Comments
@FarjanaParveen sorry I don't have an update at this time, but maybe another team member can comment on this issue. |
It's on our list to fix, but I can't say for certain when we will be fixing it. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Hi @hartez/ @Eilon , I have analyzed maui source code for scrollview issue, found the root cause of this issue. ViewPort size is layout in horizontal scrollview instead of total size. Need to remove the OnLayout method in MauiScrollView |
This comment was marked as off-topic.
This comment was marked as off-topic.
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
Description
Can't able to scroll vertically even when ScrollView.Orientation is Both and the content height is greater than the scrollview height.
Steps to Reproduce
Expected Behavior
Scrollview should be scrollable vertically as well as Horizontally.
Actual Behavior
Scrollview is scrolling horizontally only.
Basic Information
Reproduction Link
ScrollingIssue.zip
The text was updated successfully, but these errors were encountered: