Hi,
We found that the FlowDirection of xamMaskedInput always auto set to LeftToRight. Even you set this property to RightToLeft like below codes. This is unacceptable in Arabic and Hebrew culture.
<ig:XamMaskedInput FlowDirection="RightToLeft" Mask="{}{char:10:0-9a-zA-Z}"/>
But when I change the FlowDirection by Snoop, it seems everything is OK. Is any risk for change the flowdirection to RightToLeft? How can I change the flowdirection to RightToLeft by codes?
This is very important for our company.Please help me ! Thanks.
Hello Brandon,
XamMaskedInput responds of changes in the FlowDirection e.g. if FlowDirection is set to RightToLeft the spin buttons will be displayed on the left side of the control. I believe what you are experiencing is that the text is not right aligned with that settings. If that so you can change that behavior by settings the HorizontalContentAlignment property to Right.
Hi Maria,
Any update on this? This is urgent for our product.
Thanks,
Hello,
There was a discussion about the proper implementation of the RTL support for the input controls a while ago and it was decided to force it to LTR since no proper way for implementing this, particularly in Silverlight (and the inputs are available for Silverlight as well), was found. That being said using a custom approach to force the Right-to-left support for WPF should work as expected.