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

[Bug] Scrollview is not scrolling vertically #2768

Closed
RanjithkumarSyncfusion opened this issue Sep 30, 2021 · 7 comments · Fixed by #13623
Closed

[Bug] Scrollview is not scrolling vertically #2768

RanjithkumarSyncfusion opened this issue Sep 30, 2021 · 7 comments · Fixed by #13623
Assignees
Labels

Comments

@RanjithkumarSyncfusion
Copy link

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

  1. Set scrollview orientation as Both.
  2. Have a Content with size greater than scrollview Size.

Expected Behavior

Scrollview should be scrollable vertically as well as Horizontally.

Actual Behavior

Scrollview is scrolling horizontally only.

Basic Information

  • Version with issue: Preview 8
  • Platform Target Frameworks:
    • Android: API 29

Reproduction Link

ScrollingIssue.zip

@Eilon Eilon added the area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter label Sep 30, 2021
@hartez hartez self-assigned this Oct 5, 2021
@FarjanaParveen
Copy link

Hi @hartez / @Eilon ,

Any update on this

@Eilon
Copy link
Member

Eilon commented Dec 28, 2021

@FarjanaParveen sorry I don't have an update at this time, but maybe another team member can comment on this issue.

@hartez
Copy link
Contributor

hartez commented Dec 28, 2021

It's on our list to fix, but I can't say for certain when we will be fixing it.

@FarjanaParveen

This comment was marked as off-topic.

@FarjanaParveen
Copy link

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

image

@FarjanaParveen

This comment was marked as off-topic.

@jfversluis jfversluis added this to the 6.0-servicing milestone Jul 6, 2022
@hartez hartez removed their assignment Aug 2, 2022
@Redth Redth modified the milestones: 6.0-servicing, Backlog Aug 30, 2022
@ghost
Copy link

ghost commented Aug 30, 2022

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.

@hartez hartez added the area-controls-scrollview ScrollView label Oct 9, 2022
@rmarinho rmarinho self-assigned this Mar 1, 2023
@rmarinho rmarinho moved this from Todo to In Progress in MAUI SDK Ongoing Mar 1, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in MAUI SDK Ongoing Mar 8, 2023
@samhouts samhouts added the fixed-in-8.0.0-preview.3.8149 Look for this fix in 8.0.0-preview.3.8149! label Apr 12, 2023
@ghost ghost locked as resolved and limited conversation to collaborators May 12, 2023
@samhouts samhouts modified the milestones: Backlog, .NET 8 May 24, 2023
@Eilon Eilon removed the area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter label May 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants