You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the FlowDirection property is set via ViewModel binding on a TabbedPage, the layout is rendered in the opposite direction on iOS and MacCatalyst. Setting FlowDirection.LeftToRight results in a right-to-left layout, and setting FlowDirection.RightToLeft results in a left-to-right layout.
Description
When the FlowDirection property is set via ViewModel binding on a TabbedPage, the layout is rendered in the opposite direction on iOS and MacCatalyst. Setting FlowDirection.LeftToRight results in a right-to-left layout, and setting FlowDirection.RightToLeft results in a left-to-right layout.
Screen.Recording.2025-08-11.at.7.14.54.PM.mov
Screen.Recording.2025-08-12.at.11.12.53.AM.mov
Steps to Reproduce
Link to public reproduction project repository
No response
Version with bug
9.0.90 SR9
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