Listview Can not show right-to-left text

Hi,
In the previous version, Listview displayed Persian or Arabic texts from right to left, but in the new version, all texts are left to right.
Please add the option to Listview to select the direction of the text.

You can use a for each loop for this (I'm not sure how the for each in list works so I'll be using a regular one):
image

Thank
But I meant the TextAlignment from the right to left, which used to be a listview feature but has removed now.

Hello Masood

In what version of App Inventor did the List View have TextAlignment? I can't remember ever seeing that. There is probably an extension that can offer more options.

By the way, you can have a true right-to-left List using an HTML table and displaying it with a WebView Component (internet not required).