Tizen Native API  5.5
Dali::Toolkit::ScrollMode Namespace Reference

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...

Detailed Description

Properties to use in a Property::MAP when setting a ScrollView's scroll mode.

Since:
4.0, DALi version 1.2.60

Enumeration Type Documentation

Properties to use in a Property::MAP when setting a ScrollView's scroll mode.

Since:
4.0, DALi version 1.2.60
Enumerator:
X_AXIS_SCROLL_ENABLED 

Whether the content can be scrolled along the X axis or not.

Name "xAxisScrollEnabled", type Property::BOOLEAN.

Since:
4.0, DALi version 1.2.60
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

Since:
4.0, DALi version 1.2.60
Note:
By default, there is no snapping.
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.

Since:
4.0, DALi version 1.2.60
Note:
By default, there is no boundary.
Y_AXIS_SCROLL_ENABLED 

Whether the content can be scrolled along the Y axis or not.

Name "yAxisScrollEnabled", type Property::BOOLEAN

Since:
4.0, DALi version 1.2.60
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.

Since:
4.0, DALi version 1.2.60
Note:
By default, there is no snapping.
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.

Since:
4.0, DALi version 1.2.60
Note:
By default, there is no boundary.