[NUI] fix ScrollableBase wrong size issue (#2126)
authorbshsqa <32317749+bshsqa@users.noreply.github.com>
Thu, 29 Oct 2020 08:17:20 +0000 (17:17 +0900)
committerGitHub <noreply@github.com>
Thu, 29 Oct 2020 08:17:20 +0000 (17:17 +0900)
commit663cf117fbee9589ef6b1eda3c26eef902641836
tree146cf797e265ef5092045f3862a7a2efca247e6d
parent568b58f236fe17dd1db79d4c2713154d17247fbc
[NUI] fix ScrollableBase wrong size issue (#2126)

- Fix OnMeasure callback in LinearLayout.(handling margin and padding)
 - Fix to handle only layout of ContentContainer to measure and layout of ScrollableBase.

Signed-off-by: seungho <seungho@seungho.tn.corp.samsungelectronics.net>
Co-authored-by: seungho <seungho@seungho.tn.corp.samsungelectronics.net>
Co-authored-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI.Components/Controls/ScrollableBase.cs
src/Tizen.NUI/src/internal/DaliEnumConstants.cs
src/Tizen.NUI/src/public/Layouting/LayoutItem.cs
src/Tizen.NUI/src/public/Layouting/LinearLayout.cs