ScrollMode
#include <bb/cascades/ScrollMode>
Represents different types of scrolling modes.
Since:
BlackBerry 10.0.0
Public Types Index
enum TypeNone = 0x0, Vertical = 0x1, Horizontal = 0x2, Both = Vertical | Horizontal |
Public Types
Specifies the directions that a Container can be scrolled.
Since:
BlackBerry 10.0.0
- None = 0x0
Scrolling is not allowed.
Since:BlackBerry 10.0.0
- Vertical = 0x1
Scrolling is allowed in the vertical direction.
Since:BlackBerry 10.0.0
- Horizontal = 0x2
Scrolling is allowed in the horizontal direction.
Since:BlackBerry 10.0.0
- Both = Vertical | Horizontal
Scrolling is allowed in both directions.
Since:BlackBerry 10.0.0