[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)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 4 Nov 2020 08:17:17 +0000 (17:17 +0900)
commit9552299d8fbda1932a13dc4d179f1908737e7fd3
tree5332aeeeba05082b531107416b19b03053ca504c
parentd0c101f074bcce710226d55ff9c81d451ce2d51e
[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