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
<s:TileLayout id="listLayout" verticalScrollPosition="30"/>
AS3
listLayout.verticalScrollPosition=30;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With