[NUI] Fix ScrollableBase Size Issue
authorseungho <seungho@seungho.tn.corp.samsungelectronics.net>
Mon, 2 Nov 2020 03:27:10 +0000 (12:27 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 2 Nov 2020 05:24:26 +0000 (14:24 +0900)
commit537ba3cd29ced66fc2878adcc1a85f7337894b11
tree14a5a460cb0fb705f2dfb72a45aa0da1bdbfec24
parent51dd3810bab72817e3ca7a8093e4731407c51ae3
[NUI] Fix ScrollableBase Size Issue

 - Fix OnMeasure callback in LinearLayout.(handling margin and padding)
 - Fix to handle only layout of ContentContainer to measure and layout of scrollableBase
 - Fix LayoutGroup to do not assert when the child view has no layout in RemoveChildFromLayoutGroup method

Signed-off-by: seungho <seungho@seungho.tn.corp.samsungelectronics.net>
src/Tizen.NUI.Components/Controls/ScrollableBase.cs
src/Tizen.NUI/src/internal/DaliEnumConstants.cs
src/Tizen.NUI/src/public/Layouting/LayoutGroup.cs
src/Tizen.NUI/src/public/Layouting/LayoutItem.cs
src/Tizen.NUI/src/public/Layouting/LinearLayout.cs