[Gambas-user] ComboBox with Right-to-left
Benoit Minisini
benoit.minisini at gambas-basic.org
Mon Feb 20 18:12:59 CET 2023
Le 15/02/2023 à 15:38, Mayost Sharon a écrit :
> Hello
>
> First, thank you very much
>
> In the combobox when I change the direction property: right to left
> Indeed it changes the direction of the presentation of the button with the arrow
>
> But the list items remains left to right
> item1, item2, item3, item4
>
> The list should be aligned from right to left
>
> Thank you
>
Actually the displayed text must also be in a right-to-left written
language.
In other words, the orientation of the text is followed whatever the
orientation of the widget is (note that any text is UTF-8, and can
include both ltr and rtl languages!).
Regards,
--
Benoît Minisini.
More information about the User
mailing list