ScrollIndicatorMode
#include <bb/cascades/ScrollIndicatorMode>
Represents different types of scroll indicator modes.
Used on ListView::scrollIndicatorMode to specify if and how a ListView should show a scroll indicator. A scroll indicator shows the current scroll position, and cannot be interacted with.
BlackBerry 10.0.0
Public Types Index
enum TypeDefault = 0x0, None = 0x1, ProportionalBar = 0x2 |
Public Types
Specifies if and how a scroll indicator should be shown.
BlackBerry 10.0.0
- Default = 0x0
The framework determines the appearance of the scroll indicator.
Since:BlackBerry 10.0.0
- None = 0x1
No scroll indicator is shown.
Since:BlackBerry 10.0.0
- ProportionalBar = 0x2
A scroll indicator is shown in the form of a bar with a size that is proportional to how much of the content is visible.
In vertically scrollable layouts, the indicator is shown as a vertical bar to the right. In horizontally scrollable layouts, the indicator is shown as a horizontal bar at the bottom. The scroll indicator is not shown if half or more of the content is currently visible.
Since:BlackBerry 10.0.0