Tizen Native API
5.5
|
Properties to use in a Property::MAP when setting a ScrollView's scroll mode. More...
Enumerations | |
enum | Type |
Properties to use in a Property::MAP when setting a ScrollView's scroll mode. More... |
Properties to use in a Property::MAP when setting a ScrollView's scroll mode.
Properties to use in a Property::MAP when setting a ScrollView's scroll mode.
X_AXIS_SCROLL_ENABLED |
Whether the content can be scrolled along the X axis or not. Name "xAxisScrollEnabled", type Property::BOOLEAN.
|
X_AXIS_SNAP_TO_INTERVAL |
When set, causes scroll view to snap to multiples of the value of the interval while flicking along the X axis. Name "xAxisSnapToInterval", type Property::FLOAT
|
X_AXIS_SCROLL_BOUNDARY |
When set, the scroll view is unable to scroll beyond the value of the boundary along the X axis. Name "xAxisScrollBoundary", type Property::FLOAT.
|
Y_AXIS_SCROLL_ENABLED |
Whether the content can be scrolled along the Y axis or not. Name "yAxisScrollEnabled", type Property::BOOLEAN
|
Y_AXIS_SNAP_TO_INTERVAL |
When set, causes scroll view to snap to multiples of the value of the interval while flicking along the Y axis. Name "yAxisSnapToInterval", type Property::FLOAT.
|
Y_AXIS_SCROLL_BOUNDARY |
When set, the scroll view is unable to scroll beyond the value of the boundary along the Y axis. Name "yAxisScrollBoundary", type Property::FLOAT.
|