Fixed ScrollView Orientation Neither issue#27231
Merged
Merged
Conversation
Contributor
|
Hey there @Vignesh-SF3580! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Contributor
There was a problem hiding this comment.
Copilot reviewed 5 out of 7 changed files in this pull request and generated no comments.
Files not reviewed (2)
- src/Core/src/PublicAPI/net-windows/PublicAPI.Shipped.txt: Language not supported
- src/Core/src/Handlers/ScrollView/ScrollViewHandler.Windows.cs: Evaluated as low risk
Contributor
|
/azp run |
This comment was marked as outdated.
This comment was marked as outdated.
jfversluis
reviewed
Feb 25, 2025
jfversluis
left a comment
Member
There was a problem hiding this comment.
I think technically not really a breaking change, but lets not risk it
jfversluis
reviewed
Feb 25, 2025
jfversluis
left a comment
Member
There was a problem hiding this comment.
Oops, need to rename the references to this too of course
rmarinho
approved these changes
Mar 20, 2025
Member
|
/rebase |
PureWeen
pushed a commit
that referenced
this pull request
Mar 26, 2025
* Fixed - 18418 : ScrollView Orientation=Neither not working * updated ScrollViewerExtensions.cs * Disable the scroll in ios when orientation is neither. * updated ScrollViewHandler.iOS.cs * testcases updated. * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Gerald Versluis <gerald@verslu.is>
PureWeen
pushed a commit
that referenced
this pull request
Mar 28, 2025
* Fixed - 18418 : ScrollView Orientation=Neither not working * updated ScrollViewerExtensions.cs * Disable the scroll in ios when orientation is neither. * updated ScrollViewHandler.iOS.cs * testcases updated. * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Gerald Versluis <gerald@verslu.is>
github-actions Bot
pushed a commit
that referenced
this pull request
Apr 2, 2025
* Fixed - 18418 : ScrollView Orientation=Neither not working * updated ScrollViewerExtensions.cs * Disable the scroll in ios when orientation is neither. * updated ScrollViewHandler.iOS.cs * testcases updated. * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Gerald Versluis <gerald@verslu.is>
github-actions Bot
pushed a commit
that referenced
this pull request
Apr 3, 2025
* Fixed - 18418 : ScrollView Orientation=Neither not working * updated ScrollViewerExtensions.cs * Disable the scroll in ios when orientation is neither. * updated ScrollViewHandler.iOS.cs * testcases updated. * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Gerald Versluis <gerald@verslu.is>
github-actions Bot
pushed a commit
that referenced
this pull request
Apr 8, 2025
* Fixed - 18418 : ScrollView Orientation=Neither not working * updated ScrollViewerExtensions.cs * Disable the scroll in ios when orientation is neither. * updated ScrollViewHandler.iOS.cs * testcases updated. * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Gerald Versluis <gerald@verslu.is>
bhavanesh2001
pushed a commit
to bhavanesh2001/maui
that referenced
this pull request
Apr 11, 2025
* Fixed - 18418 : ScrollView Orientation=Neither not working * updated ScrollViewerExtensions.cs * Disable the scroll in ios when orientation is neither. * updated ScrollViewHandler.iOS.cs * testcases updated. * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Gerald Versluis <gerald@verslu.is>
PureWeen
pushed a commit
that referenced
this pull request
Apr 11, 2025
* Fixed - 18418 : ScrollView Orientation=Neither not working * updated ScrollViewerExtensions.cs * Disable the scroll in ios when orientation is neither. * updated ScrollViewHandler.iOS.cs * testcases updated. * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Gerald Versluis <gerald@verslu.is>
github-actions Bot
pushed a commit
that referenced
this pull request
Apr 11, 2025
* Fixed - 18418 : ScrollView Orientation=Neither not working * updated ScrollViewerExtensions.cs * Disable the scroll in ios when orientation is neither. * updated ScrollViewHandler.iOS.cs * testcases updated. * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Gerald Versluis <gerald@verslu.is>
github-actions Bot
pushed a commit
that referenced
this pull request
Apr 14, 2025
* Fixed - 18418 : ScrollView Orientation=Neither not working * updated ScrollViewerExtensions.cs * Disable the scroll in ios when orientation is neither. * updated ScrollViewHandler.iOS.cs * testcases updated. * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Gerald Versluis <gerald@verslu.is>
github-actions Bot
pushed a commit
that referenced
this pull request
Apr 15, 2025
* Fixed - 18418 : ScrollView Orientation=Neither not working * updated ScrollViewerExtensions.cs * Disable the scroll in ios when orientation is neither. * updated ScrollViewHandler.iOS.cs * testcases updated. * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Gerald Versluis <gerald@verslu.is>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue Detail
Scrolling remains enabled in a ScrollView, even when Orientation is Neither.
Root Cause
The implementation does not correctly disable scrolling or adjust scrollbar visibility when ScrollOrientation is set to Neither.
Description of Change
Added logic to disable both horizontal and vertical scrolling, when ScrollOrientation is set to Neither.
Tested the behavior in the following platforms
Issues Fixed
Fixes #18418
Fixes #27140
Screenshots
iOSBefore.mov
iOSAfter.mov