[NUI] fix contentcontainer size initalize (#3118)
authorSangHyeon Jade Lee <sh10233.lee@samsung.com>
Fri, 28 May 2021 08:36:22 +0000 (17:36 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 1 Jun 2021 08:03:31 +0000 (17:03 +0900)
src/Tizen.NUI.Components/Controls/RecyclerView/Layouter/ItemsLayouter.cs

index ee78c6d..1b4ff1e 100755 (executable)
@@ -161,7 +161,7 @@ namespace Tizen.NUI.Components
             }
             if (Container)
             {
-                Container.SizeHeight = 0;
+                Container.Size = ItemsView.Size;
                 Container.Position = new Position(0.0f, 0.0f);
                 Container = null;
             }