You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got simple ScrollView (horizontal) with some thumbnails inside. My app is for both LTR and RTL users, so when user change his locale the style is responsive for his system choose.
Actually, in both LTR and RTL the ScrollView is get widen because there is more thumbnails than what can present in the frame - and its OK. The problem is when my locale is set to RTL - I can't see all my thumbnails, but only the thumbnails that fit in my screen. Again, the ScrollView is widen as he should be - but the thumbnails is missing.
Description
I've got simple ScrollView (horizontal) with some thumbnails inside. My app is for both LTR and RTL users, so when user change his locale the style is responsive for his system choose.
Actually, in both LTR and RTL the ScrollView is get widen because there is more thumbnails than what can present in the frame - and its OK. The problem is when my locale is set to RTL - I can't see all my thumbnails, but only the thumbnails that fit in my screen. Again, the ScrollView is widen as he should be - but the thumbnails is missing.
Reproduction
Additional Information
The text was updated successfully, but these errors were encountered: