Enable setting of ScrollView properties within TextSelectionToolbar via json
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / text-controls / text-selection-toolbar.h
index 5a510d7..1e48c56 100644 (file)
@@ -64,6 +64,7 @@ public:
     {
       MAX_SIZE =  PROPERTY_START_INDEX, ///< name "max-size",                The maximum size the Popup can be,              type VECTOR2
       ENABLE_OVERSHOOT,                 ///< name "enable-overshoot",        Whether the overshoot image is enabled,         type BOOLEAN
+      SCROLL_VIEW,                      ///< name "scroll-view",             Properties to set on scroll view                type Property::Map
     };
   };