Due to the fact that the multi-line UltraTextEditor does not support appearances (wrong scroll bar) we were advised to use the UltraFormattedTextEditor instead.
We switched all our multi-line textboxes to this control and everything now looks good.
Unfortunately our internationalization team is now starting to work on the product and they immediately raised a red flag - if the editor contains Turkish (or other Right to Left language) the textbox is completely unusable. (You cant even position the cursor in the text.)
Is there a way around this?
If not, what control can we use that does not look completely out of place in an otherwise consistant UI.
Thanks
Hello,
Currently this control does support RTL functionality. You could verify this by downloading the trial version of Net Advantage 11.1. You could see the documentation at: http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/Infragistics2.Win.Misc.v11.1~Infragistics.Win.FormattedLinkLabel.UltraFormattedTextEditor_members.html.
Please do not hesitate to ask if something comes up.
Hi,
I have the same problem with Infragistics UltraFormattedTextEditor.
As you indicate in help documentation, there is a property RightToLeft. I tried setting it to true and still the Hebrew Characters always starts from Left Direction.
Please confirm me that RTL is not supported in this control. The expected behavior when you set RightToLeft to Yes is the words will from right direction.