nui 0.2.39 release
[platform/core/csapi/nui.git] / Tizen.NUI / src / internal / Scrollable.cs
index 82a857a..3cf0348 100755 (executable)
@@ -19,6 +19,8 @@ using Tizen.NUI.BaseComponents;
 
   internal Scrollable(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.Scrollable_SWIGUpcast(cPtr), cMemoryOwn) {
     swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
+    // By default, we do not want the position to use the anchor point
+    PositionUsesAnchorPoint = false;
   }
 
   internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Scrollable obj) {