Class
FlexListBase class
Action
Defines the value of the type property of the event object for a scroll event.
Syntax
listBase.Scroll(position, direction, detail)
| Variable |
Description |
| position |
Contains the new scroll position. INTEGER. |
| direction |
Contains the scroll direction, either ScrollEventDirection.HORIZONTAL or ScrollEventDirection.VERTICAL. FLEXSCROLLDIRECTION. |
| detail |
Provides the specifics of the type of scroll activity. Constants for the possible values are provided in the ScrollEventDetail class. FLEXSCROLLDETAIL. |