Move Scroll bar on left side Flex4
I struggled a lot, but fixed it with easy tweak.
s:List Property -> layoutDirection=”rtl”
Note, in case you were using itemRenderer , make the reverse there to avoid arabic right to left effect by :
s:ItemRenderer Property -> layoutDirection=”ltr”

Sorry , but I don’t see any code!?
updated it, due to wordpress formatting
Thank you!