Hello!
How can I set the scroll position for a Spark List control please?
Thank you!
Hello!
How can I set the scroll position for a Spark List control please?
Thank you!
Found a solution:
You set either horizontalScrollPosition or verticalScrollPosition for the layout of the List control, not the List control itself.
e.g.
MXML
AS3 listLayout.verticalScrollPosition=30;