PickerKind
#include <bb/cascades/PickerKind>
A class representing different kinds of Picker controls.
The Expandable state displays the picker with a title and description which can be set within the Picker. The List state displays the picker without a header and always expanded.
BlackBerry 10.1.0
Public Types Index
enum TypeDefault = 0, List = 1, Expandable = 2 |
Public Types
Specifies the different kinds of pickers.
BlackBerry 10.1.0
- Default = 0
The default picker, which is determined by the system.
Since:BlackBerry 10.1.0
- List = 1
A picker that appears as a list.
Since:BlackBerry 10.1.0
- Expandable = 2
A picker that is expandable.
Since:BlackBerry 10.1.0