Does anyone know how to add a customer Scroller to a Flex List component
written in Action Script?
I have a list in mxml called <list:InfiniteScrollList> that is extended by a
custom list component InfiniteScrollList.as
public class InfiniteScrollList extends List {
private var lastScrollPosition:int;
public function InfiniteScrollList() {
super();
}
..........
}
I found this link of a scroller that disables the bounce effect on the list
lets call the class Scroller.as
http://avladov.com/blog/14/disable-bounce-and-pull-effects-on-flex-scroller
Do I add this Scroller.as somewhere in my InfiniteScrollList.as somewhere or
am I way off?
Any Ideas/advice or a good code example would be great Thank you.
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/Disable-Scroller-bounce-and-pull-on-spark-List-tp11157.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.