Scroll to top/bottom of page in Flex 4
To make the scroller of a Form go either to the top or bottom of the page the following code can be used.
Top:
scrollerID.verticalScrollBar.value = scrollerID.verticalScrollBar.minimum;
Bottom:
scrollerID.verticalScrollBar.value = scrollerID.verticalScrollBar.maximum;
3 responses to “Scroll to top/bottom of page in Flex 4”
Trackbacks / Pingbacks
- June 28, 2012 -
Visiting you from Indiblogger
Hope to see you on my blog
at Plain Books
Sure