[NUIComponents] Roll back error modification
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Components / Controls / ScrollableBase.cs
index 2027803..ae69472 100755 (executable)
@@ -980,6 +980,16 @@ namespace Tizen.NUI.Components
         /// <summary>
         /// Creates a new instance of a ScrollableBase with style.
         /// </summary>
+        /// <param name="style">Creates ScrollableBase by special style defined in UX.</param>
+        [EditorBrowsable(EditorBrowsableState.Never)]
+        public ScrollableBase(string style) : base(style)
+        {
+            Initialize();
+        }
+
+        /// <summary>
+        /// Creates a new instance of a ScrollableBase with style.
+        /// </summary>
         /// <param name="style">A style applied to the newly created ScrollableBase.</param>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public ScrollableBase(ControlStyle style) : base(style)