-
Notifications
You must be signed in to change notification settings - Fork 1.9k
RTL doesn't switch the margin #3066
Comments
Friendly nudge here, is there any plan for this issue? I looked at #1222 but there was no mention of Padding and Margin. |
@radekdoulik The issue is actually worse because Given this, IMO @AmrAlSayed0 is right, and this should qualify as a bug, and the title of the issue should be corrected. To workaround this issue on our project i've come up with RtlThickness. |
@samhouts we appreciate if you could mark this as bug not enhancements as we cant use RTL Without doing workaround to fix this |
This issue doesn't seem to have had any activity in a long time. We're working on prioritizing issues and resolving them as quickly as we can. To help us get through the list, we would appreciate an update from you to let us know if this is still affecting you on the latest version of Xamarin.Forms, since it's possible that we may have resolved this as part of another related or duplicate issue. If we don't see any new activity on this issue in the next 30 days, we'll evaluate whether this issue should be closed. Thank you! |
Description
switch from LTR to RTL doesn't mirror the margin
Steps to Reproduce
add the below XAML to a content page and check the result
`
`
Expected Behavior
switching from LTR to RTL Should mirror the margin
Actual Behavior
switching from LTR to RTL doesn't mirror the margin
Basic Information
Platform Target Frameworks:
Nuget Packages:
xamarin forms 3
Screenshots
current state
desired state
Reproduction Link
RTLMarginIssue.zip
The text was updated successfully, but these errors were encountered: