how can i change a textbox alignment and direction

hi guys !

i want to change my textbox Alignment to right and change its direction Right To Left but i don’t know how to do it !

plz help me

its so important for me

You can change the text box alignment via its “Justification” property, however you can’t currently change the text direction. That said, work on supporting right-to-left text rendering is currently on-going, but I can’t say when it might make it out in a release.

1 Like

Just curious if there has been any advancement on this?

We’ve had bidirectional text support since 4.13 (with some bugs fixed for 4.14). If a line of LTR text stared with an RTL override, then you’d get RTL order.

The “Justification” property is only available for a “Text” Widget, not for a “TextBox” Widget… How can i get a right alignment for those Widgets?

Which version? I see that option in Main, but it may be relatively new.

For a single-line editable text, justification is the same aligning the box within its parent container.

It’s Version 4.17.2 … I checked quickly 4.19 and there is also Justification missing for the TextBox…

I don’t see a “Main” section in the Details of the TextBox Widget…

My Textbox is in a SizeBox. When the Horizontal Alignment of the TextBox is set to “Right”, then the Text Alignment is like I want it, but the TextBox itself resizes to the Text I enter in it…
But I need a fixed Size of the TextBox, therefore that SizeBox… So I have to set the Horizontal Alignment of the TextBox to “Fill”…

I see a Justification option for Text Box in 4.19.

We are currently updating the project to 4.19 and you are right… There is the Justification Option in the Appearance section… Thx for your help!