| 
    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.
| MINIMUM_SWIPE_SPEED | 
 The minimum swipe speed in pixels per second. Name "minimumSwipeSpeed", type Property::FLOAT. 
 
  | 
| MINIMUM_SWIPE_DISTANCE | 
 The minimum swipe distance in actor coordinates. Name "minimumSwipeDistance", type Property::FLOAT. 
 
  | 
| WHEEL_SCROLL_DISTANCE_STEP | 
 The step of scroll distance in actor coordinates for each wheel event received. Name "wheelScrollDistanceStep", type Property::FLOAT. 
 
  | 
| SNAP_TO_ITEM_ENABLED | 
 Whether the animation for the layout to scroll to its anchor position after dragging or swiping is enabled. Name "snapToItemEnabled", type Property::BOOLEAN. 
 
  | 
| REFRESH_INTERVAL | 
 The interval between refreshes. Name "refreshInterval", type Property::FLOAT. 
 
  | 
| LAYOUT | 
 The layout used. Name "layout", type Property::ARRAY. 
  | 
| LAYOUT_POSITION | 
 The current logical position within the layout. Name "layoutPosition", type Property::FLOAT. 
  | 
| SCROLL_SPEED | 
 The scrolling speed when playing the flick animation. Name "scrollSpeed", type Property::FLOAT. 
  | 
| OVERSHOOT | 
 The amount that we can scroll beyond the boundary. Name "overshoot", type Property::FLOAT. 
  | 
| SCROLL_DIRECTION | 
 The current scrolling direction. Name "scrollDirection", type Property::FLOAT. 
  | 
| LAYOUT_ORIENTATION | 
 The current orientation of the layout. Name "layoutOrientation", type Property::INTEGER. 
  | 
| SCROLL_CONTENT_SIZE | 
 The size of the content. Name "scrollContentSize", type Property::FLOAT. 
  |