Apache – Hbox horizontalScrollPosition not working

apache-flexhbox

I am applying hb.horizontalScrollPosition = value and it does not work with horizonalScrollPolicy = on/off. Is there any other way to achieve this?

Thanks.

Best Answer

When exactly are you setting the scroll position relative to loading the content? Perhaps the content isn't measured yet. Try using callLater to wait a frame before setting the scroll position.

Related Topic