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
The FlowDirection property does not appear to work correctly when applied to the BoxView control. When FlowDirection is set to RightToLeft or LeftToRight, the layout behavior of the BoxView does not change as expected.
Description
The FlowDirection property does not appear to work correctly when applied to the BoxView control. When FlowDirection is set to RightToLeft or LeftToRight, the layout behavior of the BoxView does not change as expected.
Screen.Recording.2026-03-10.at.4.06.41.PM.mov
Steps to Reproduce
Steps to Reproduce:
Expected Result
The BoxView should respect the FlowDirection property and render according to the layout direction.
Actual Result
The FlowDirection property has no visible effect on the BoxView control.
Link to public reproduction project repository
No response
Version with bug
10.0.40
Is this a regression from previous behavior?
No, this is something new, Not sure, did not test other versions
Last version that worked well
No response
Affected platforms
Android, Windows, iOS, macOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output