Re: Scroller.maxDragRate - how to set?

2018-06-25 Thread Lydecker
Sorry - as maxDragRate is a static member it doesn't need to be in the
creationComplete - it can just be placed under import statements in the root
MXML file.



--
Sent from: http://apache-flex-development.247.n4.nabble.com/


Re: Scroller.maxDragRate - how to set?

2018-06-25 Thread Lydecker
Solved.

I literally need to just do

Scroller.maxDragRate = 60; 


In the creationComplete event of the app.

Thanks



--
Sent from: http://apache-flex-development.247.n4.nabble.com/