Action
Defines the value of the type property of the event object for a scroll event.
Syntax
C#
listBase.Scroll(position, direction, detail)
VB
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.
|