X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.NUI.Components%2FControls%2FScrollableBase.cs;h=ae694727d8c8fc2922e426d80b9160b29a7377dd;hb=c0c350a13f569ef9a9a8dd48ae95eb7d63fea916;hp=2027803ade3140f98fe4af4f49173904f4e87223;hpb=266ff434724560ba33e6118ce29599c146e04e5c;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI.Components/Controls/ScrollableBase.cs b/src/Tizen.NUI.Components/Controls/ScrollableBase.cs index 2027803..ae69472 100755 --- a/src/Tizen.NUI.Components/Controls/ScrollableBase.cs +++ b/src/Tizen.NUI.Components/Controls/ScrollableBase.cs @@ -980,6 +980,16 @@ namespace Tizen.NUI.Components /// /// Creates a new instance of a ScrollableBase with style. /// + /// Creates ScrollableBase by special style defined in UX. + [EditorBrowsable(EditorBrowsableState.Never)] + public ScrollableBase(string style) : base(style) + { + Initialize(); + } + + /// + /// Creates a new instance of a ScrollableBase with style. + /// /// A style applied to the newly created ScrollableBase. [EditorBrowsable(EditorBrowsableState.Never)] public ScrollableBase(ControlStyle style) : base(style)