[NUI] Apply the latest UX of TabView
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Components / Controls / TabView.cs
index c8fbfc1..aadbf80 100755 (executable)
@@ -95,8 +95,8 @@ namespace Tizen.NUI.Components
             WidthSpecification = LayoutParamPolicies.MatchParent;
             HeightSpecification = LayoutParamPolicies.MatchParent;
 
-            InitTabBar();
             InitContent();
+            InitTabBar();
         }
 
         private void InitTabBar()