Provide object to connect scrollable containers & scroll-bars etc.
[platform/core/uifw/dali-toolkit.git] / capi / dali-toolkit / public-api / controls / scrollable / item-view / item-view.h
index 8ea9690..fc24681 100644 (file)
@@ -38,6 +38,7 @@ namespace Internal DALI_INTERNAL
 class ItemView;
 }
 
+class ScrollConnector;
 class ItemFactory;
 class ItemLayout;
 
@@ -90,6 +91,12 @@ public:
   static ItemView DownCast( BaseHandle handle );
 
   /**
+   * Retrieve a scroll-connector; this can be used to connect scroll components e.g. scroll bars.
+   * @return The connector.
+   */
+  ScrollConnector GetScrollConnector() const;
+
+  /**
    * Query the number of layouts.
    * @return The number of layouts.
    */