| 
    Tizen Native API
    5.5
    
   
   | 
  
  
  
 
Enumeration for the instance of properties belonging to the ScrollView class. More...
Public Types | |
| enum | |
| Enumeration for the instance of properties belonging to the ScrollView class.  More... | |
Enumeration for the instance of properties belonging to the ScrollView class.
| anonymous enum | 
Enumeration for the instance of properties belonging to the ScrollView class.
| WRAP_ENABLED | 
 Whether wrapping is enabled. Name "wrapEnabled", type Property::BOOLEAN. 
 
  | 
| PANNING_ENABLED | 
 Whether panning is enabled. Name "panningEnabled", type Property::BOOLEAN. 
 
  | 
| AXIS_AUTO_LOCK_ENABLED | 
 Whether the Axis Auto Lock mode for panning within the ScrollView is enabled. Name "axisAutoLockEnabled", type Property::BOOLEAN. 
 
  | 
| WHEEL_SCROLL_DISTANCE_STEP | 
 The step of scroll distance in actor coordinates for each wheel event received in free panning mode. Name "wheelScrollDistanceStep", type Property::VECTOR2. 
 
  | 
| SCROLL_MODE | 
 The scroll mode. Name "scrollMode", type Property::MAP. The scroll mode map is a frontend for the Ruler helper class, containing the following keys: | Property Name | Type | Required | Description | |----------------------|----------|----------|---------------------------------------------------------------------------------------------------------------------------------------| | xAxisScrollEnabled | BOOLEAN | No | True if the content can be scrolled in X axis or false if not. | | xAxisSnapToInterval | FLOAT | No | When set, causes scroll view to snap to multiples of the value of the interval in the X axis while flicking. (by default no snapping) | | xAxisScrollBoundary | FLOAT | No | When set, causes scroll view unable to scroll beyond the value of the boundary in the X axis (by default no boundary) | | yAxisScrollEnabled | BOOLEAN | No | True if the content can be scrolled in Y axis or false if not. | | yAxisSnapToInterval | FLOAT | No | When set, causes scroll view to snap to multiples of the value of the interval in the Y axis while flicking. (by default no snapping) | | yAxisScrollBoundary | FLOAT | No | When set, causes scroll view unable to scroll beyond the value of the boundary in the Y axis (by default no boundary) | Alternatively, one can use the keys defined in the Dali::Toolkit::ScrollMode::Type enumeration. 
  | 
| SCROLL_POSITION | 
 The current scroll position. Name "scrollPosition", type Property::VECTOR2. 
  | 
| SCROLL_PRE_POSITION | 
 The position before we set the clamp at scroll boundaries. Name "scrollPrePosition", type Property::VECTOR2. 
  | 
| SCROLL_PRE_POSITION_X | 
 The X component of SCROLL_PRE_POSITION. Name "scrollPrePositionX", type Property::FLOAT. 
  | 
| SCROLL_PRE_POSITION_Y | 
 The Y component of SCROLL_PRE_POSITION. Name "scrollPrePositionY", type Property::VECTOR2. 
  | 
| SCROLL_PRE_POSITION_MAX | 
 The maximum value that SCROLL_PRE_POSITION can be. Name "scrollPrePositionMax", type Property::VECTOR2. 
  | 
| SCROLL_PRE_POSITION_MAX_X | 
 The X component of SCROLL_PRE_POSITION_MAX. Name "scrollPrePositionMaxX", type Property::FLOAT. 
  | 
| SCROLL_PRE_POSITION_MAX_Y | 
 The Y component of SCROLL_PRE_POSITION_MAX. Name "scrollPrePositionMaxY", type Property::FLOAT. 
  | 
| OVERSHOOT_X | 
 The amount that we can scroll beyond the boundary along the X axis. Name "overshootX", type Property::FLOAT. 
  | 
| OVERSHOOT_Y | 
 The amount that we can scroll beyond the boundary along the Y axis. Name "overshootY", type Property::FLOAT. 
  | 
| SCROLL_FINAL | 
 The position after the overshoot value has been considered in the calculation. Name "scrollFinal", type Property::VECTOR2. 
  | 
| SCROLL_FINAL_X | 
 The X component of SCROLL_FINAL. Name "scrollFinalX", type Property::FLOAT. 
  | 
| SCROLL_FINAL_Y | 
 The Y component of SCROLL_FINAL. Name "scrollFinalY", type Property::FLOAT. 
  | 
| WRAP | 
 Whether scrolling wraps. Name "wrap", type Property::BOOLEAN. 
  | 
| PANNING | 
 Whether we are currently panning. Name "panning", type Property::BOOLEAN. 
  | 
| SCROLLING | 
 Whether we are currently scrolling. Name "scrolling", type Property::BOOLEAN. 
  | 
| SCROLL_DOMAIN_SIZE | 
 The size of the scrolling domain. Name "scrollDomainSize", type Property::VECTOR2. 
  | 
| SCROLL_DOMAIN_SIZE_X | 
 The X component of SCROLL_DOMAIN_SIZE. Name "scrollDomainSizeX", type Property::FLOAT. 
  | 
| SCROLL_DOMAIN_SIZE_Y | 
 The Y component of SCROLL_DOMAIN_SIZE. Name "scrollDomainSizeY", type Property::FLOAT. 
  | 
| SCROLL_DOMAIN_OFFSET | 
 The offset of the scroll domain. Name "scrollDomainOffset", type Property::VECTOR2. 
  | 
| SCROLL_POSITION_DELTA | 
 The delta in the position when scrolling. Name "scrollPositionDelta", type Property::VECTOR2. 
  | 
| START_PAGE_POSITION | 
 The starting page position. Name "startPagePosition", type Property::VECTOR3. 
  |