ScrollView - Fix for scroll effect issues found due to ruler disabling not updating...
[platform/core/uifw/dali-toolkit.git] / base / dali-toolkit / internal / controls / scrollable / scroll-view / scroll-view-impl.h
index 77587b7..3f8562f 100644 (file)
@@ -991,6 +991,8 @@ private:
   bool mAlterChild:1;                     ///< Internal flag to control behavior of OnChildAdd/OnChildRemove when Adding internal Actors.
   bool mDefaultMaxOvershoot:1;            ///< Whether to use default max overshoot or application defined one
   bool mUserSetPosition:1;                ///< SetScrollPosition has been called, return this position until internals get control of scroll position again
+  bool mCanScrollHorizontal:1;              ///< Local value of our property to check against
+  bool mCanScrollVertical:1;                ///< Local value of our property to check against
 };
 
 } // namespace Internal