I am using a ttk.Treeview
widget to display a list of Arabic books. Arabic is a right-to-left language, so the text should be aligned to the right.
The justify option that is available for Label
and other ttk
widgets does not seem to work for Treeview
.
Does anyone know how to do this?