Flex - Change position of scrollbar to the top of a HorizontalList component

adam picture adam · Mar 5, 2009 · Viewed 9.7k times · Source

By default, the Horizontal ScrollBar of a HorizontalList component will be at the bottom. Is there a way to reposition it so it is at the top?

Just for clarity, I do not mean moving the scroll position using either scrollToIndex or horizontalScrollPosition or similar, but the actual physical position of the scrollbar component.

Any suggestions would be very appreciated!

Answer

igkuk7 picture igkuk7 · Mar 5, 2009

I was looking for something similar myself a while ago and found this post. I eventually ended up solving my problem in another way, so didn't use that solution, however it might work for what you want.