Graphical objects should be drawn from Right To Left when FlowDirection is RightToLeft #14038
Labels
area-drawing
Shapes, Borders, Shadows, Graphics, BoxView, custom drawing
platform/android 🤖
platform/iOS 🍎
t/enhancement ☀️
New feature or request
Milestone
Description
For Right To Left Languages and when Page FlowDirection is set to RightToLeft, the Graphical objects (Like Line,Rectangle and ...) should follow the page direction and be drawn from Right To Left.
In other words, for Right To Left languages the Origin of Coordinate system( 0,0) must be at Top-Right and Positions coordinates should be calculated regarding this point.
Wrong Layout and Coordinate Origin:
Correct Layout and Coordinate Origin:
Steps to Reproduce
1-Create a New Maui Project
2-set
ContentPage FlowDirection="RightToLeft"
2-Add a Graphical Object like Line :
Link to public reproduction project repository
https://github.com/hamiddd1980/MAUI_Graphics
Version with bug
8.0 previews
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android
Affected platform versions
Android 13
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: