Skip to content

[iOS] ScrollView Orientation set to Horizontal allows both horizontal and vertical scrolling . #30070

@NafeelaNazhir

Description

@NafeelaNazhir

Description

When setting the Orientation property of a ScrollView to Horizontal in .NET MAUI, the expected behavior is that the content should only scroll horizontally. However, on iOS, the ScrollView allows both horizontal and vertical scrolling, which is inconsistent with the expected and documented behavior.

Expected Output Actual Output
Screen.Recording.2025-06-19.at.5.54.19.PM.mov
Screen.Recording.2025-06-19.at.5.47.06.PM.mov

Steps to Reproduce

  1. Run the attached sample ScrollViewOrientation.zip
  2. Set ScrollView Orientation as Horizontal.
  3. Select the content and observe the orientation.

Expected Behavior:
The content should only scroll horizontally; vertical scrolling should be disabled.

Actual Behavior:
The content scrolls both horizontally and vertically on iOS and Catalyst, even though the orientation is set to Horizontal.

Link to public reproduction project repository

No response

Version with bug

9.0.70 SR7

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

No response

Affected platforms

macOS, iOS

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

Metadata

Metadata

Assignees

Labels

area-controls-scrollviewScrollViewi/regressionThis issue described a confirmed regression on a currently supported versionpartner/syncfusionIssues / PR's with Syncfusion collaborationplatform/iosplatform/macosmacOS / Mac Catalystregressed-in-9.0.21s/triagedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't working

Type

No type

Projects

Status

In Progress

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions