| Package | qnx.ui.listClasses |
| Class | public class ScrollDirection |
| Inheritance | ScrollDirection Object |
ScrollDirection class contains the constants the describe the scroll direction of a list.
See also
| Constant | Defined By | ||
|---|---|---|---|
| BOTH : String = both [static]
A constant representing both horizontal and vertical scrolling. | ScrollDirection | ||
| HORIZONTAL : String = horizontal [static]
A constant representing horizontal scrolling. | ScrollDirection | ||
| NONE : String = none [static]
A constant representing no scrolling. | ScrollDirection | ||
| VERTICAL : String = vertical [static]
A constant representing vertical scrolling. | ScrollDirection | ||
| BOTH | Constant |
public static const BOTH:String = bothA constant representing both horizontal and vertical scrolling.
| HORIZONTAL | Constant |
public static const HORIZONTAL:String = horizontalA constant representing horizontal scrolling.
| NONE | Constant |
public static const NONE:String = noneA constant representing no scrolling.
| VERTICAL | Constant |
public static const VERTICAL:String = verticalA constant representing vertical scrolling.