-
Notifications
You must be signed in to change notification settings - Fork 2k
Stepper Ignores RightToLeft FlowDirection on iOS and macOS #29704
Copy link
Copy link
Labels
area-controls-stepperStepperStepperpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/iosplatform/macosmacOS / Mac CatalystmacOS / Mac Catalysts/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-controls-stepperStepperStepperpartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/iosplatform/macosmacOS / Mac CatalystmacOS / Mac Catalysts/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
The FlowDirection property on the Stepper control does not support RightToLeft layout on iOS and macOS platforms. The control always renders as LeftToRight even when explicitly set to RightToLeft. On Android and Windows, both LeftToRight and RightToLeft values are respected and render correctly.
On Android : Expected
Screen.Recording.2025-05-28.at.1.09.25.PM.mov
On iOS: Actual
Screen.Recording.2025-05-28.at.1.11.49.PM.mov
Steps to Reproduce
Expected Result:
Actual Result:
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
Unknown/Other
Affected platforms
iOS, macOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output