Arabic text which is being written from right to left is cuted at the right side of a ListView.
I use an AHLocale lib to make translations to my app. I encountered a problem with Arabic language text which is being cuted in ListVew at the right side. A ListView.width=100%x, I even tried to make it 90%x but it did not helped anyway. So, it seems to be a problem with ListView.
Actually, I solved the problem by adding 15 spaces before each string, but anyway I'd like to know if I did something wrong or something is realy wrong with ListView?
I use an AHLocale lib to make translations to my app. I encountered a problem with Arabic language text which is being cuted in ListVew at the right side. A ListView.width=100%x, I even tried to make it 90%x but it did not helped anyway. So, it seems to be a problem with ListView.
Actually, I solved the problem by adding 15 spaces before each string, but anyway I'd like to know if I did something wrong or something is realy wrong with ListView?